Module stack
cast
1.3.0
Module stack
Module Items
Functions
In cast::
revm::
interpreter::
instructions
Modules
arithmetic
bitwise
block_info
contract
control
host
i256
macros
memory
stack
system
tx_info
utility
Functions
instruction_table
Type Aliases
Instruction
InstructionTable
cast
::
revm
::
interpreter
::
instructions
Module
stack
Copy item path
Settings
Help
Summary
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.