Question
3. Without using the ARM's multiplication instruction or loops, write one or more instructions (using ADD, SUB/RSB and LSL) to multiply the value in register RO by the following integers. a) 33 b) 1025 c) 4095 Hint: taking a) as an example, 33 is equivalent to 25 + 1. Therefore, RO * 33 is equivalent to RO * (25+ 1), w
Question image 1