Module instructions
Expand description
EVM opcode implementations.
Modules§
- arithmetic
- bitwise
- block_
info - contract
- control
- data
- host
- i256
- macros
- Utility macros to help implementing opcode instruction functions.
- memory
- stack
- system
- tx_info
- utility
Functions§
- instruction_
table - Returns the instruction table for the given spec.
Type Aliases§
- Instruction
- EVM opcode function signature.
- Instruction
Table - Instruction table is list of instruction function pointers mapped to 256 EVM opcodes.