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.
InstructionTable
Instruction table is list of instruction function pointers mapped to 256 EVM opcodes.