TSK3000A Generic Instruction - JALR

Frozen Content

Instruction:    Jump And Link Register

Assembler Format
Example
Translates to...

jalr target

jalr Shifter

lui $at, @HI(target)
addiu $at, $at, @LO(target)
jalr $ra, $at

jalr rA

jalr $3

jalr $ra, rA

jalr rC, target

jalr $4, Shifter

lui $at, @HI(target)
addiu $at, $at, @LO(target)
jalr rC, $at

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