Skip to main content

ret

Function ret 

Source
pub fn ret<IT: ITy, H: Host + ?Sized>(
    context: InstructionContext<'_, H, IT>,
) -> InstructionExecResult
Expand description

Implements the RETURN instruction.

Halts execution and returns data from memory.