Assembler:Commands:RET
Revision as of 10:01, 13 March 2017 by TheyCallMeTim13 (talk | contribs) (Created page with ''''command''' ret ''operand'' Returns from a CALL optionally removing, operand number of, bytes from the stack. This is used for POPing values passed, to the CALL, from the stac…')
command ret operand
Returns from a CALL optionally removing, operand number of, bytes from the stack. This is used for POPing values passed, to the CALL, from the stack.
Command Parameters
Parameter | Description |
---|---|
operand | The number of bytes to pop from the stack |
Examples
ret
ret 4
ret 0x8