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
User contributions licensed under CC BY-SA 3.0