TSK3000A Generic Instruction - JAL

Frozen Content

Instruction:    Jump And Link

Assembler Format
Example
Translates to...

jal rA

jal $3

jalr $ra, rA

jal rC, target

jal rC, 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: