MIPS Implementation...
jal procA
jump and link
jumps to the address specified by procA
stores the address of the following instruction in register $31.
this is called the return address.
jr $31
used at the end of the procedure
to return back to the appropriate address
Previous slide
Next slide
Back to first slide
View graphic version