SFU ID: 301366608
Github username:
Line and file: part2.c (no particular line)
Expected behavior: printing the right actual value
Observed behavior: The actual value printed is different from the value in the register.
Question: (Q1) I added 0xa + 0d20 and it is equal to 0x1e so I'm not sure why the expected value is so different.
(Q2) it also says instruction 4 on the second with an actual value of 0x10 but if i look at the 4th instruction the actual value is actually 0x1e.
Are these problems related at all?