Index
All Classes|All Packages
S
- set(int, int) - Method in class lab06.Memory
-
Writes the val parameter to the location in the loc parameter.
- setAccumulator(int) - Method in class lab06.CPU
-
Set the value of the accumulator register.
- setData(int, int) - Method in class lab06.CPU
-
Set the value in the data part of the memory at the specified location.
- setDataMemoryBase(int) - Method in class lab06.CPU
-
Set the value of the dataMemoryBase register.
- setHalted(boolean) - Method in class lab06.CPU
-
Set the halted flag to the specified value.
- setInstructionPointer(int) - Method in class lab06.CPU
-
Set the instructionPointer register.
- size() - Method in class lab06.Program
-
Get the size of the program.
- startTrace() - Static method in class lab06.Trace
-
Start tracing.
- stopTrace() - Static method in class lab06.Trace
-
Stop tracing.
- store(Memory, int) - Method in class lab06.Instruction
-
Store this instruction in the specified memory at the specified location.
All Classes|All Packages