revm_
interpreter
23.0.1
Module memory
Module Items
Functions
In revm_
interpreter::
instructions
revm_interpreter
::
instructions
Module
memory
Copy item path
Source
Expand description
Memory operations (MLOAD, MSTORE, MSIZE, etc.).
Functions
ยง
mcopy
Implements the MCOPY instruction.
mload
Implements the MLOAD instruction.
msize
Implements the MSIZE instruction.
mstore
Implements the MSTORE instruction.
mstore8
Implements the MSTORE8 instruction.