Module memory

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.