Answer from cs61c-ax (Amanda Alfonso 15906918) for Question 2 This will not work because it is data hazard; that is, the add instruction depends on the lw instruction since lw is putting a value into $t0 that add then needs. You can use forwarding to help resolve this data hazard.