125 - EVM Memory
EVM memory is linear and can be addressed at byte level and accessed with MSTORE/MSTORE8/MLOAD instructions.
All locations in memory are initialized as zero.
- EVM Memory
- Linear Layout
- Addressed -> Byte Level
- MLOAD/MSTORE/MSTORE8
- Zero Initialized
Memory, Stack Memory, Storage, and Flow Operations, Memory LayoutReserved Memory, Zeroed Memory