Go to the first, previous, next, last section, table of contents.


Returning from a Function

The RETURN() function can be used to create a return instruction. There is an optional argument to this function if a value needs to be returned. This function is directly translated to a SUIF return instruction.


Go to the first, previous, next, last section, table of contents.