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