Simple Machine

Package Machine

Machinery and abstract interfaces for ISA implementation.

See:
          Description

Class Summary
AbstractCPU  
AbstractMainMemory  
Register  
RegisterSet  
 

Enum Summary
Register.ClockTransition  
 

Exception Summary
AbstractCPU.InvalidInstructionException Exception indicating than an invalid instruction was just detected by the CPU.
AbstractCPU.MachineHaltException Exception indicating that the CPU just retired a halt instruction.
AbstractMainMemory.InvalidAddressException  
 

Error Summary
 

Package Machine Description

Machinery and abstract interfaces for ISA implementation.


Simple Machine