Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 322 Bytes

i.12.6.1-the-memory-store.md

File metadata and controls

3 lines (2 loc) · 322 Bytes

I.12.6.1 The memory store

By "memory store" we mean the regular process memory that the CLI operates within. Conceptually, this store is simply an array of bytes. The index into this array is the address of a data object. The CLI accesses data objects in the memory store via the ldind.* and stind.* instructions.