Fill This Form To Receive Instant Help
Homework answers / question archive / For each add instruction in this problem, assume that EAX contains the given contents before the instruction is executed, and give the contents of EAX as well as the values of the CF, OF, SF, and ZF flags after the instruction is executed: EAX before Instruction (a) 00 00 00 45 add eax, 45 (b) FF FF FF 45 add eax, 45 (c) 00 00 00 45 add eax, -45 (d) FF FF FF 45 add eax, -45 (e) FF FF FF FF dd eax, 1 (f) 7F FF FF FF add eax, 100 (g) 00 00 00 99 add eax, 1 (h) 00 00 03 AF add eax, 10
For each add instruction in this problem, assume that EAX contains the given contents before the instruction is executed, and give the contents of EAX as well as the values of the CF, OF, SF, and ZF flags after the instruction is executed:
EAX before Instruction
(a) 00 00 00 45 add eax, 45
(b) FF FF FF 45 add eax, 45
(c) 00 00 00 45 add eax, -45
(d) FF FF FF 45 add eax, -45
(e) FF FF FF FF dd eax, 1
(f) 7F FF FF FF add eax, 100
(g) 00 00 00 99 add eax, 1
(h) 00 00 03 AF add eax, 10