revm_interpreter::instructions

Function instruction

Source
pub const fn instruction<WIRE: InterpreterTypes, H: Host + ?Sized>(
    opcode: u8,
) -> Instruction<WIRE, H>
Expand description

Returns the instruction function for the given opcode and spec.