Uses of Class
lab06.CPU
-
Uses of CPU in lab06
Methods in lab06 with parameters of type CPU Modifier and Type Method Description voidInstruction. execute(CPU cpu)execute this instruction.intInstruction. fetchOperand(CPU cpu)Fetch the value of the operand, based on the mode, for this instructionvoidProgram. load(CPU cpu)Load the program into the CPU.