Module stack
reth_
ethereum
1.6.0
Module stack
Module Items
Functions
In reth_
ethereum::
evm::
primitives::
revm::
interpreter::
instructions
reth_ethereum
::
evm
::
primitives
::
revm
::
interpreter
::
instructions
Module
stack
Copy item path
Available on
crate feature
evm
only.
Expand description
Stack operations (PUSH, POP, DUP, SWAP, etc.).
Functions
ยง
dup
Implements the DUP1-DUP16 instructions.
pop
Implements the POP instruction.
push
Implements the PUSH1-PUSH32 instructions.
push0
EIP-3855: PUSH0 instruction
swap
Implements the SWAP1-SWAP16 instructions.