APPENDIX A MIPS III INSTRUCTION SET DETAILS
Preliminary Users Manual S15543EJ1V0UM 497
JJump J

J

0 0 0 0 1 0 target

31 26 25 0
626
Format:
J target
Description:
The 26-bit target address is shifted left two bits and combined with the high-order four bits of the address of the
delay slot. The program unconditionally jumps to this calculated address with a delay of one instruction.
Operation:
32 T: temp target
T+1: PC PC31..28 || temp || 02
64 T: temp target
T+1: PC PC63..28 || temp || 02
Exceptions:
None