Question

1. ARM Data Addressing. Suppose r0=0x8000, and the memory layout is as follows Address 0x8000 0x8001 0x8002 0x8003 0x8004 0x8005 0x8006 0x8007 Data 0x1A 0x2C OxEB OxOD OXFD 0xA3 0XCD 0x79

ARM processors can be configured as big-endianness or little-endianness. What is the value of rl after running? LDR r1, [10] (This instruction basically loads the value found in address [ro] into register rl) a. If little-endianness, rl b. If big-endianness, rl=

Question image 1