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
- Returns the instruction function for the given opcode and spec.
- instruction_
table