Question: ARM LEGv8 assembly code For the following C statement, write the corresponding LEGv8 assembly code. Assume that the variables i is assigned to register X3
ARM LEGv8 assembly code
For the following C statement, write the corresponding LEGv8 assembly code. Assume that the variables i is assigned to register X3 respectively. Assume that the base address of the arrays A, B and C are assigned to registers X0 .. X2 respectively. Assume that the elements of both arrays are 8-byte words.
C[i] = A[i] + B[i]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
