Docs.rs
revm-interpreter-25.0.2
revm-interpreter 25.0.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
rakita
Dependencies
revm-bytecode ^6.2.2
normal
revm-context-interface ^10.1.0
normal
revm-primitives ^20.2.1
normal
serde ^1.0
normal
optional
bincode ^2.0
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module stack
revm_
interpreter
25.0.2
Module stack
Module Items
Functions
In revm_
interpreter::
instructions
revm_interpreter
::
instructions
Module
stack
Copy item path
Source
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.