Index

A C D E F G I L M P R S T 
All Classes|All Packages

G

get(int) - Method in class lab06.Memory
Retrieves and returns the value at the specified location.
getAccumulator() - Method in class lab06.CPU
Get the current value of the accumulator register.
getArgument() - Method in class lab06.Instruction
get the argument value from this instruction.
getData(int) - Method in class lab06.CPU
Get the value in the data part of the memory at the specified location.
getEncodedArg(int) - Static method in class lab06.Instruction
Extract and return the argument from the binary encoded instruction.
getEncodedMode(int) - Static method in class lab06.Instruction
Extract and return the mode from the binary encoded instruction.
getEncodedOpcode(int) - Static method in class lab06.Instruction
Extract and return the opcode from the binary encoded instruction.
getMemory() - Method in class lab06.CPU
Get the memory object this CPU is using.
getMode() - Method in class lab06.Instruction
get the mode value from this instruction.
getModeName() - Method in class lab06.Instruction
get the three character mode mnemonic for this instruction.
getOpcode() - Method in class lab06.Instruction
get the opcode for this instruction
getOpName() - Method in class lab06.Instruction
get the three character operation name (mnemonic) for this instruction.
getTrace() - Static method in class lab06.Trace
Is tracing on?
A C D E F G I L M P R S T 
All Classes|All Packages