Question: HOMEWORK: 1) Write a code that subtracts 25 from AL. At first, contents of AL is 5 . If no overflow jump to label NEXT
HOMEWORK: 1) Write a code that subtracts 25 from AL. At first, contents of AL is 5 . If no overflow jump to label NEXT and print 'no overflow', otherwise print 'overflow' . Run the code. After the execution what will be written on the emulator screen? 2) Write a code that desires. At first, contents of AL is 10000000b. If AL is negabive number then jump to label NEXT and print 'signed, otherwise print 'not signed' . (Don't forget that set flags) Run the code. After the execution what will be written on the emulator screen
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
