Assume that ($s0) is initialized to 11 and ($s1) is initialized to 22. Suppose you executed the

Question:

Assume that \($s0\) is initialized to 11 and \($s1\) is initialized to 22. Suppose you executed the code below on a version of the pipeline that does not handle data hazards (i.e., the programmer is responsible for addressing data hazards by inserting NOP instructions where necessary). What would the final values of registers \($s2\) and \($s3\) be?

addi \($s0,\) \($s1,\) 5

add \($s2,\) \($s0,\) \($s1\)

addi \($s3,\) \($s0,\)15

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

Step by Step Answer:

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