Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using the following register values, show the results for each of the following ARM assembly instructions. Show work please. (gdb) info regs r0 0x0 0
Using the following register values, show the results for each of the following ARM assembly instructions. Show work please.
(gdb) info regs
r0 0x0 0
r1 0x0 0
r2 0x1 1
r3 0x135dc 79324
r4 0xffff0fff -61441
r5 0x6 6
r6 0x1f4 500
r7 0x12345678 305419896
r8 0x1ac8 6856
r9 0x143d8 82904
r10 0xb791f3dd -1215171619
r11 0xa5a5a5a5 -1515870811
a. add r0, r3, r8
b. add r1, r9, #526
c. ror r2, r7, r5
d. sub r0, r9, #20
e. lsr r1, r7, #9
f. eor r2, r10, r11
g. mvn r0, r4
h. orn r1, r7, r4
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started