Module lc3_ensemble::sim::mem

source ·
Expand description

Memory handling for the LC-3 simulator.

This module consists of:

  • Word: A mutable memory location.
  • Mem: The memory.
  • RegFile: The register file.

Structs§

  • Memory. This can be addressed with any u16.
  • Context behind a memory access.
  • The register file.
  • A memory location that can be read and written to.

Enums§