Assume variables i and j are declared as named variables in main memory. Write a complete program that correctly executes the following C statement into MIPS assembly instructions. You will need to get the value, i, from memory into register $s1, get the value, j, from memory into register $s2, and the base address of array A is in $s3.
A[j] = A[i+j] - 8*j;
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here