These conventions must be followed by anyone wishing to write subroutines that will be used with other code (including code produced by compilers)—however, there is nothing inherent within the MIPS architecture that requires or enforces the use of these conventions. |
|
Review: Subroutines |
Return back to the calling point after a subroutine is called. Return values from the routine. Some means for passing arguments (values) to the routine. Declare local variables. |
Result: |