Function push0
pub fn push0<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>where
IT: InterpreterTypes,
H: ?Sized,Expand description
EIP-3855: PUSH0 instruction
Introduce a new instruction which pushes the constant value 0 onto the stack.