All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface duckMachine.architecture.ProcessorI

public interface ProcessorI
The specification of the processor of the machine.


Method Index

 o fetchACC()
 o fetchIR()
 o fetchPC()
 o getALU()
 o storeACC(Word)
 o storeIR(Instruction)
 o storePC(Word)

Methods

 o getALU
 public abstract ALUI getALU()
 o fetchPC
 public abstract Word fetchPC()
 o fetchACC
 public abstract Word fetchACC()
 o fetchIR
 public abstract Instruction fetchIR()
 o storePC
 public abstract void storePC(Word newpc)
 o storeACC
 public abstract void storeACC(Word newacc)
 o storeIR
 public abstract void storeIR(Instruction newir)

All Packages  Class Hierarchy  This Package  Previous  Next  Index