Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 503 Bytes

File metadata and controls

21 lines (16 loc) · 503 Bytes

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.


Slide Screenshot

061.jpg


Slide Text

  • EVM Volatile Memory
  • Linear Byte-array/Byle-level addressable
  • Zero-initialized
  • MLOAD/MSTORE/MSTORE8

References