Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started