Uses of Class
lab06.CPU

  • Uses of CPU in lab06

    Methods in lab06 with parameters of type CPU
    Modifier and Type Method Description
    void Instruction.execute​(CPU cpu)
    execute this instruction.
    int Instruction.fetchOperand​(CPU cpu)
    Fetch the value of the operand, based on the mode, for this instruction
    void Program.load​(CPU cpu)
    Load the program into the CPU.