InterviewSolution
Saved Bookmarks
| 1. |
Please really help me put all my points here, please The compilation of the g=h+A[8] with g in $s1, h in $s2, base address of A in $s3 gives the compiled MIPS code: mul $t0,8($s3); add $s1,$s2,$t0 lw $t0,8($s3); add $s1,$s2,$t0 lw $t0,32($s3); add $s1,$s2,$t0 |
| Answer» | |