Jump anywhere: Difference between revisions

m
Line 1,963:
* &nbsp; <code>j 0xNNNNNNNN</code> sets the program counter equal to <code>0xNNNNNNNN</code>.
* &nbsp; <code>jr $NN</code> sets the program counter equal to the value in register <code>$NN</code>.
* &nbsp; <code>jal 0xNNNNNNNN</code> sets the program counter equal to <code>0xNNNNNNNN</code>, and moves the old program counter plus 8 into register <code>$ra</code>.
* &nbsp; <code>jalr $NN,0xNNNNNNNN</code> sets the program counter equal to <code>0xNNNNNNNN</code> and moves the old program counter into register <code>$NN</code>.
 
1,489

edits