Problem:
For the following C statement,
Question- 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.
A = C[0] << 4;
Please show all the calculations step by step.