Difference between revisions of "Assembler:Commands:RET"

From Cheat Engine
Jump to navigation Jump to search
(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…')
(No difference)

Revision as of 10:01, 13 March 2017

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


See also

External links