Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

9) Write a code that compare AX with 580 . At first, contents of AX is 190. If first operand is below second operand, jump

image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions