Answered step by step
Verified Expert Solution
Link Copied!

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,

image text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Genomes And Databases On The Internet A Practical Guide To Functions And Applications

Authors: Paul Rangel

1st Edition

189848631X, 978-1898486312

More Books

Students also viewed these Databases questions