Chapter 2: 22 (page 169)
For the following C statement, write a minimal sequence of MIPS assembly instructions that does the identical operation. Assume \(t1=A, \)t2=B and $s1 is the base address of C.
Short Answer
The sequence of MIPS assembly instructions for the ; is as follows:
lw $t3,0($s1)
sll $t1,$t3,4