Question: iv) a) Consider the following ARM assembly code, which declares and initializes some run time memory content [2 marks] data DCD OxA315 DCB 0x22 DCB

iv) a) Consider the following ARM assembly code, which declares and initializes some run time memory content [2 marks] data DCD OxA315 DCB 0x22 DCB 0x44 Draw a memory map indicating the content and address of each memory location. You may assume that the label data' points to the memory address 0x04000000. b) If the above code is changed to the following, draw the memory map again, indicating both content and address of each memory location starting from the address 0x04000000. 14 marks] data DCD OxA315 DCB 0x22 DCB Ox44 ALIGN 4,3 DCB 0x44
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
