Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Arm Assembly Question 1 Write a single ARM assembly instruction equivalent to the following instruction sequence MOV r1, r1, LSL #4 SUB rl, r2, rl

image text in transcribedArm Assembly
Question 1 Write a single ARM assembly instruction equivalent to the following instruction sequence MOV r1, r1, LSL #4 SUB rl, r2, rl Write a single ARM assembly instruction which will multiply an integer stored in r3 by 33, placing the product in r4. Do not use an explicit multiplication instruction (MLA, MUL, SMLAL, or SMULL) Write a single ARM assembly instruction equivalent to the following MOV r10, #0x22 SUB r11, r10, r8 Write a short ARM assembly program which loads the value 0x08CB85A1 into register rO. You may only use the instructions AND and OR, as well as the barrel shifter. Assume all source registers may be used as scratch registers Question 5 Write a short ARM assembly program that evaluates the following expression. You should not destroy the value of any register other than r0 which will get the computed expression value (and of course R15, which is the PC) rO(r3r4 r5) 18+156 (4 r1) Question 6 Which ones of the following are valid ARM immediates and which ones are not valid? For invalid immediates, explain why they are invalid #0xC000000A #0x0ab1 0000 #0x00002D80 #0x0000030E #9536

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_2

Step: 3

blur-text-image_3

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

Students also viewed these Databases questions