pub type InstructionTable<W, H> = [Instruction<W, H>; 256];
Expand description
Instruction table is list of instruction function pointers mapped to 256 EVM opcodes.
pub type InstructionTable<W, H> = [Instruction<W, H>; 256];
Instruction table is list of instruction function pointers mapped to 256 EVM opcodes.