Computer Science 237 |
Lecture 31: Pipelines, Branch Prediction, Register Windows
Date: November 27, 2006
add d0, d1 sub #5, d1Here, we need to make sure we don't fetch the operand d1 of sub before the previous instruction writes it
jmp l add
bsr something addor
rts add
bne loop add
if (C) S1 else S2
while (C) S1