- 1 Where Indicated Write Down The Values Of The Carry Sign Zero And Overflow Flags After Each Instruction Has Execut 1 (16.4 KiB) Viewed 88 times
1. Where indicated, write down the values of the Carry, Sign, Zero, and Overflow flags after each instruction has execut
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
1. Where indicated, write down the values of the Carry, Sign, Zero, and Overflow flags after each instruction has execut
1. Where indicated, write down the values of the Carry, Sign, Zero, and Overflow flags after each instruction has executed: mov al, 7Fh add al, 2 ;LINE1 OF = ??, SF = ?? sub al, 5 ; LINE2 SF = ??, ZF = ?? mov al, 80h ; LINE3 CF = ??, add al, 80h neg al ; LINE 4 ZF = ??, OF = ?? SF = ??, CF = ??, SF = ??, OF = ??