Page 1 of 1

1. Where indicated, write down the values of the Carry, Sign, Zero, and Overflow flags after each instruction has execut

Posted: Tue May 24, 2022 8:39 am
by answerhappygod
1 Where Indicated Write Down The Values Of The Carry Sign Zero And Overflow Flags After Each Instruction Has Execut 1
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 89 times
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 = ??