Question: Question #12 marks]: Write more efficient code consisting of two ARM assembly instructions that are equivalent to the following instructions sequence: MOV rl, r1, LSR
Question #12 marks]: Write more efficient code consisting of two ARM assembly instructions that are equivalent to the following instructions sequence: MOV rl, r1, LSR #2 ADD ri, r3, r1 MOV r4, r4, ROR #7 SUB r4, r6, r4 Question #2_12 marks]: Write a single ARM assembly instruction which will multiply an integer stored in r8 by 7 and store the product in r5. (Note: you cannot use any of the explicit multiplication instructions; MLA, MUL, UMLAL, UMULL, SMLAL, or SMULL) Question #3_12 marks]: Given a signed 32-bit integer stored in r10. Write a single ARM assembly instruction that loads the 2's complement of r10 in r4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
