Function push

Source
pub fn push<const N: usize, WIRE: InterpreterTypes, H: ?Sized>(
    context: InstructionContext<'_, H, WIRE>,
)
Expand description

Implements the PUSH1-PUSH32 instructions.

Pushes N bytes from bytecode onto the stack as a 32-byte value.