Skip to main content

pop

Function pop 

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

Implements the POP instruction.

Removes the top item from the stack.