8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
0000000000001011
|
|
pr ← SignExtend32(PR);
|
|
IF (IsDelaySlot())
|
|
THROW ILLSLOT;
|
|
target ← pr;
|
|
delayedpc ← target ∧ (~ 0x1);
|
|
PC’’ ← Register(delayedpc);
|