Interface | Description |
---|---|
AddressingMode |
The
AddressingMode interface describes an object that holds
information on the addressing mode that provided an access to the given location. |
LocationAccessor |
The
LocationAccessor interface is used by the simulator to access data stored
in the specified location. |
MemoryDevice |
The
MemoryDevice interface provides a unified access
to an abstract memory device, which can be implemented as a simple
data array or as a complex hierarchy of data buffers. |
Class | Description |
---|---|
Label |
The
Label class labels some memory location with the provided identifier. |
Location | |
LocationManager |
The job of the
LocationManager class is to save and restore values stored
in specific locations. |
Memory | |
MemoryAccessMode | |
MemoryAllocator |
The job of the MemoryAllocator class is to place data in the memory storage.
|
MemoryDeviceWrapper | |
MemoryTracker |
The
MemoryTracker class tracks usage of memory regions. |
MemoryTracker.Region | |
Section | |
Sections |
Enum | Description |
---|---|
Memory.Kind |