Question: 1. (10) Given the following code, write the values of RO and R1 after each line executes. Write the values in hexadecimal. To help you

1. (10) Given the following code, write the values of RO and R1 after each line executes. Write the values in hexadecimal. To help you check your work, I've filled out the last line. L# Command RO R1 0 MOV RO, #OxFE 90D120 1 REV R1, RO N RBIT RO, RO 3 SUB R1, #0x20D150FE 4 LDRSB RO, [R1], #1 5 ADD RO, R1 6 LDRSB RO, [R1], #1 7 BFI R1, RO, #4, #8 Ox00000069 Ox00004692
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
