Function revm::interpreter::instructions::stack::push0

source ยท
pub fn push0<H, SPEC>(interpreter: &mut Interpreter, _host: &mut H)
where H: Host + ?Sized, SPEC: Spec,
Expand description

EIP-3855: PUSH0 instruction

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