Function push
pub fn push<const N: usize, WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
    WIRE: InterpreterTypes,
    H: ?Sized,Available on crate feature 
evm only.Expand description
Implements the PUSH1-PUSH32 instructions.
Pushes N bytes from bytecode onto the stack as a 32-byte value.