Question: 5. Without using the mul instruction, the following instructions multiply r3 by a constants, leaving the result in r0. Find r0's value after each instruction

5. Without using the mul instruction, the following instructions multiply r3 by a constants, leaving the result in r0. Find r0's value after each instruction (a) 1s1r0, r3,#1 add re , re, 1s1 #2 @ re (b) rsb re, r3, r3 ls1 #7 sub re.re.r3 ls! #2 @ re- @ re- 5. Given the following variable definitions num1: .word x num2: .Word y write a short sequence of ARM assembly instructions to load the two numbers, compare them, and move the largest number into register r0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
