revm_interpreter::instructions::stack

Function push0

Source
pub fn push0<WIRE: InterpreterTypes, H: Host + ?Sized>(
    interpreter: &mut Interpreter<WIRE>,
    _host: &mut H,
)
Expand description

EIP-3855: PUSH0 instruction

Introduce a new instruction which pushes the constant value 0 onto the stack.