Answer from cs61c-cf (Aspandiar Dahmubed 16812056) for Question 2 The add instruction depends on the value stored in $t0. Unfortunately, since the instruction just before that is a lw we are forced to spend a cycle as a nop. However, if the hardware implements forwarding this problem can be circumvented.