Jump and link register : Set $t1 to Program Counter (return address) then jump to statement whose address is in $t2
jalr
Operands
$reg, $regVariants
- Jump and link register : Set $t1 to Program Counter (return address) then jump to statement whose address is in $t2 jalr $t1,$t2
- Jump and link register : Set $ra to Program Counter (return address) then jump to statement whose address is in $t1 jalr $t1
Loading...