Question: 9) Write a code that compare AX with 580 . At first, contents of AX is 190. If first operand is below second operand, jump
9) Write a code that compare AX with 580 . At first, contents of AX is 190. If first operand is below second operand, jump to LABEL and print 'AX IS BELOW 580' ,otherwise print 'AX IS NOT BELOW 580' . include 'emu8086.inc' ORG 100H RET 10) Write a code that compare BL with -5. At first, contents of BL is 5 . If first operand is greater then second operand jump to LABEL and print 'BL IS GREATER 5 ' ,otherwise print 'BL IS NOT GREATER 5 '. include 'emu8086.inc' ORG 100H RET
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
