TSK3000A Generic Instruction - JR

Frozen Content

Instruction:    Jump Register

Assembler Format
Example
Translates to...

jr target

jr Shifter

lui $at, @HI(target)
addiu $at, $at, @LO(target)
jr $at

You are reporting an issue with the following selected text and/or image within the active document: