After successful execution of ADD instruction below. A R1, Data1 Where Data1 DC X’85’ and R1 = 2 What is the result?
R1 will hold 2 and condition code is set to 0
R1 will hold 87, Data1 will hold 85 and condition code is set to 2.
Data1 will hold 87, R1 will hold 2 and condition code is set to 2.
None of the above