Module mem

Module mem 

Source
Expand description

Memory handling for the LC-3 simulator.

This module consists of:

Structs§

MemArray
Memory array.
RegFile
The register file.
Word
A memory location that can be read and written to.

Enums§

MachineInitStrategy
Strategy used to initialize the reg_file and mem of the Simulator.

Traits§

WordFiller
Trait that describes types that can be used to create the data for an uninitialized Word.