Question: Task#2 1. Complete the following table. Destination Register # Instruction RTL (values in hex) In Hex In Dec 1 MOV 2 MOV 3 ADD 4.

Task#2 1. Complete the following table. Destination Register # Instruction RTL (values in hex) In Hex In Dec 1 MOV 2 MOV 3 ADD 4. ADD RO, #0x20 R1, #0x4F R2,RO, R1 R2,RO, #0x24 R2,R2,R1 R2, R2, #0x20 R1, R2,R3 5 SUB 6 SUB 7 RSB 2. On the Visual ARM Emulator edit these statements. To verify the results, click on the Step Forwards button to trace program execution. 3. In ARM assembly, is 0xFF a negative number? Justify. Task#2 1. Complete the following table. Destination Register # Instruction RTL (values in hex) In Hex In Dec 1 MOV 2 MOV 3 ADD 4. ADD RO, #0x20 R1, #0x4F R2,RO, R1 R2,RO, #0x24 R2,R2,R1 R2, R2, #0x20 R1, R2,R3 5 SUB 6 SUB 7 RSB 2. On the Visual ARM Emulator edit these statements. To verify the results, click on the Step Forwards button to trace program execution. 3. In ARM assembly, is 0xFF a negative number? Justify
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
