Command: RET-Return from Procedure
Arguments: none
Usage: RET
Effects: Transfers program control to a return address located on the top of the stack.
Flags to be set: none
Misc: Usally the address was placed on stack by a call instrucion and the return is made to the address that follows the call instruction.