Add NOP instructions to the code below so that it will run correctly on a pipeline that

Question:

Add NOP instructions to the code below so that it will run correctly on a pipeline that does not handle data hazards.
addi $s0, $s1, 5

add $s2, $s0, $s1

addi $s3, $s0, 15

add $s4, $s2, $s1

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: