61 - Memory
Memory is a linear byte-array addressable at a byte-level and is volatile.
All locations are well-defined initially as zero.
This is accessed with MLOAD, MSTORE and MSTORE8 instructions.
- EVM Volatile Memory
- Linear Byte-array/Byle-level addressable
- Zero-initialized
- MLOAD/MSTORE/MSTORE8