1. (5) Provide the contents of the registers: RO, R1, R2, and the status flag bits: C and Z following the execution of e
Posted: Fri May 20, 2022 10:41 pm
1. (5) Provide the contents of the registers: RO, R1, R2, and the status flag bits: C and Z following the execution of each instruction line-by-line, aka "single step". If the contents are unknown, place a - (dash) in that position, otherwise place the appropriate hexadecimal value. RO MOV RI, #OxA5 R1 R2 CZ MOV R2, #OxFF SUBS RO, R1, R2