pub fn pop<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the POP instruction.
Removes the top item from the stack.
pub fn pop<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the POP instruction.
Removes the top item from the stack.