Question: data msg: asciz points: byte q: .hword ave: .word .equ Easy Test //msg starts at address 0x0000000C 20, 20, 50, 35,5 5 15, 18, 38,

data msg: asciz points: byte q: .hword ave: .word .equ "Easy Test" //msg starts at address 0x0000000C 20, 20, 50, 35,5 5 15, 18, 38, 30 record, (. - ave)/4 a) What is the address of "ave"? Write you answer in hex. b) Insert the required align directives to make each variable/label start at a word-aligned. c) What is the content of the registers r0 and rl after executing the following set of instructions. Indicate if your answers are in hex or decimal. E.g., (45)10 for base 10 and (0x45) for hex. Idr r0, =msg Idrb r1, [r0, #1] d) What is the content of the registers ro and rl after executing the following set of instructions. Indicate if your answers are in hex or decimal. E.g., (45)10 for base 10 and (0x45) for hex. Idr ro, rave Idmia ro, r3-r5) data msg: asciz points: byte q: .hword ave: .word .equ "Easy Test" //msg starts at address 0x0000000C 20, 20, 50, 35,5 5 15, 18, 38, 30 record, (. - ave)/4 a) What is the address of "ave"? Write you answer in hex. b) Insert the required align directives to make each variable/label start at a word-aligned. c) What is the content of the registers r0 and rl after executing the following set of instructions. Indicate if your answers are in hex or decimal. E.g., (45)10 for base 10 and (0x45) for hex. Idr r0, =msg Idrb r1, [r0, #1] d) What is the content of the registers ro and rl after executing the following set of instructions. Indicate if your answers are in hex or decimal. E.g., (45)10 for base 10 and (0x45) for hex. Idr ro, rave Idmia ro, r3-r5)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
