subject
Engineering, 03.03.2020 21:58 gonzaloc

Convert the following ARM assembly program (everything) into X86 program and then describe the differences between data movement instructions. @ This is my program .section .data a: .word 2 @ 32-bit variable a in memory b: .word 5 @ 32-bit variable b in memory c: .word 0 @ 32-bit variable c in memory .section .text .globl _start _start: ldr r1, =a @ load the memory address of a into r1 ldr r1, [r1] @ load the value a into r1 ldr r2, =b @ load the memory address of b into r2 ldr r2, [r2] @ load the value b into r2 add r1, r1, r2 @ add r1 to r2 and store into r1 ldr r2, =c @ load the memory address of c into r2 str r1, [r2] @ store r1 into memory c mov r7, #1 @ Program Termination: exit syscall svc #0 @ Program Termination: wake kernel .end

ansver
Answers: 2

Another question on Engineering

question
Engineering, 04.07.2019 18:10
What difference(s) did you notice using a pneumatic circuit over hydraulic circuit.explain why the pneumatic piston stumbles when it hits an obstacle.
Answers: 2
question
Engineering, 04.07.2019 18:10
The mass flow rate of the fluid remains constant in all steady flow process. a)- true b)- false
Answers: 1
question
Engineering, 04.07.2019 18:10
The drive force for diffusion is 7 fick's first law can be used to solve the non-steady state diffusion. a)-true b)-false
Answers: 1
question
Engineering, 04.07.2019 18:10
Which of the following components of a pid controlled accumulates the error over time and responds to system error after the error has been accumulated? a)- proportional b)- derivative c)- integral d)- on/off.
Answers: 2
You know the right answer?
Convert the following ARM assembly program (everything) into X86 program and then describe the diffe...
Questions
question
Mathematics, 16.09.2020 14:01
question
Physics, 16.09.2020 14:01
question
Mathematics, 16.09.2020 14:01
question
Mathematics, 16.09.2020 14:01
question
Mathematics, 16.09.2020 14:01
question
Mathematics, 16.09.2020 14:01
question
Mathematics, 16.09.2020 14:01
question
Mathematics, 16.09.2020 14:01
question
Mathematics, 16.09.2020 14:01
question
History, 16.09.2020 14:01
question
Mathematics, 16.09.2020 14:01
question
Mathematics, 16.09.2020 14:01
question
Mathematics, 16.09.2020 14:01
question
Mathematics, 16.09.2020 14:01
question
Spanish, 16.09.2020 14:01
question
Mathematics, 16.09.2020 14:01
question
Mathematics, 16.09.2020 14:01
question
Mathematics, 16.09.2020 14:01
question
Mathematics, 16.09.2020 14:01
Questions on the website: 13722362