Question: Fill in the function (Func1) in the following ARM code, so that it evaluates (10 pts) If X>64 then x = 8 *x + 1
Fill in the function (Func1) in the following ARM code, so that it evaluates (10 pts) If X>64 then x = 8 *x + 1 else x=x/4 6) AREA Autolndex, CODE, READWRITE ENTRY MOV r0, #0x00000003 BL Func1 MOV r0, #0xFFFFFFFF BL Func1 MOV r0, #0x0 CMP MOVGT ADDGT MOVLE MOV Func1 END
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
