Question: Make an assembly code incrementing by 10 (ten) each elements of an array A. The address of A[0] is 400, the address of A[1] is
Make an assembly code incrementing by 10 (ten) each elements of an array A. The address of A[0] is 400, the address of A[1] is 401. Use CPI and CPIi when accessing A. Call this file homework3.asm. Test it for A[0] = 137 and A[1] = 224. Hence, at the end of your program we will see A[0] = 147 and A[1] = 234.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
