pub fn ret<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the RETURN instruction.
Halts execution and returns data from memory.
pub fn ret<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the RETURN instruction.
Halts execution and returns data from memory.