Q1) What will be the values of the specified registers and flags after the execution of the following instructions? a) M
Posted: Fri Apr 29, 2022 7:01 am
Q1) What will be the values of the specified registers and flags after the execution of the following instructions? a) MOV AX,1207H b) SUB AX AX XOR AL AH SUB AX,1 MUL AH PUSH AX SUB AH.AL POPF AX=? CF=?, PF=?, AF=?, SF=?, ZF=? AX=? CF=?, PF=?, AF=?, SF=2, ZF=?