Question: In ARM Assembly Language: Write a program that calculates the following expression, using registers: A = (2*(A + B)) - (3*(C -D)). Assign initial integer
In ARM Assembly Language:
Write a program that calculates the following expression, using registers: A = (2*(A + B)) - (3*(C -D)).
Assign initial integer values to A, B, C and D.
Note that A will be changed by reassigning the resulting calculation to A.
Store A to the memory location labeled "Result", allocated by by .word.
Include the class header in the beginning of the code.
Verify results by using the debugger. Comment your program.
Specifically, identify all variables (registers) used with a synopsis of their purpose in the program.
Submit the assembly code fil (.s), named Last Name + First Initial + "-IEC".s , for example: SmithJ-IEC.s .
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
