Question: Please show the steps, I do rate the answer! The following problems deal with translating from MIPS to C. Assume that the variables f, g,
Please show the steps, I do rate the answer!
The following problems deal with translating from MIPS to C. Assume that the variables f, g, h, i, and j are assigned to registers $s0, $s1, $s2, $S3, and $s4, respectively. Assume that the base address of the arrays A and B are in registers $s6 and $s7, respectively. add $s0. $s2. $S3 add $s0. $s0. $S1 add $t0,$56, $tO s11 $t1, $s1. 2 add $t1,$57, $t1 # $t0 &AL f ] = &B[g] # # st1 f-A[f] = addi $t2. $t0. 4 add $to. $t0. $s0 s to. 0(St1) 2.4.4 [10] For the MIPS assembly instructions above, what is the cor- responding C statement? 2.4.5 [5] For the MIPS assembly instructions above, rewrite the assem bly code to minimize the number if MIPS instructions (if possible) needed to carry out the same function. 2.4.6 [5] How many registers are needed to carry out the MIPS assem bly as written above? If you could rewrite the code above, what is the minimal number of registers needed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
