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
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 = ??