Question: In each additional instruction in this problem, assume that EAX contains a 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:
Part 1: EAX before 00 00 00 45; instruction: add EAX, 45
Part 2: EAX before 00 00 00 45; instruction: add EAX -45
I'm not sure how to solve the question. Can anyone help me? Please describe your answer thoroughly