Question: HOMEWORK: 1) Write a code that compare BL with 25 . At first, contents of BL is 20. If first operand is less then second
HOMEWORK: 1) Write a code that compare BL with 25 . At first, contents of BL is 20. If first operand is less then second operand jump to LABEL and print ' BL25 ' , otherwise print ' BL>=25. include 'emu8086.inc' ORG 100H RET 2) Write a code that compare BL with 25. At first, contents of BL is 20. If numbers don't equal, jump to LABEL and print ' NUMBERS DONT EQUAL', otherwise print ' NUMBERS EQUAL'. 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
