Question about Full-Word Address Location

-6

Assume that a program is currently executing a LDR (Load Register) instruction located at address 0x00000100. Based on the LDR machine instruction shown below give the address of the full-word memory location that is being loaded into a register. (You will need to focus on the low 12 bits of the instruction.)

Remember, PC-relative addressing is being used.

address machine instruction 00000100 E59F101C

assembly
arm
arm7
asked on Stack Overflow Mar 31, 2019 by James Miller

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0