MIPS: How to identify dependences in pipeline processor

62 Views Asked by At
1 lw $t2, 8($t1)
2 lw $s0, 0($t2)
3 add $t3, $t2, $t1
4 add $s1, $s0, $t3

Am I correct in saying there are 3 dependences? 2 depends on 1, 3 depends on 1, and 4 depends on 3.

0

There are 0 best solutions below