-
Methods in lab06 that return Memory
| Modifier and Type |
Method |
Description |
Memory |
CPU.getMemory() |
Get the memory object this CPU is using.
|
Methods in lab06 with parameters of type Memory
| Modifier and Type |
Method |
Description |
void |
Instruction.store(Memory mem,
int loc) |
Store this instruction in the specified memory at the specified location.
|
Constructors in lab06 with parameters of type Memory
| Constructor |
Description |
CPU(Memory memory) |
Constructor to initialize CPU
|