Simple Machine

Package machine

Machinery and abstract interfaces for ISA implementation.

See:
          Description

Class Summary
AbstractCPU  
AbstractCPU.InternalState AbstractCPU internal state.
AbstractMainMemory Main Memory (DRAM).
AbstractMainMemory.MMU  
Register  
RegisterSet Set of machine registers.
 

Enum Summary
Register.ClockTransition Specifics the type of action register takes when the clock ticks.
 

Exception Summary
AbstractMainMemory.InvalidAddressException Exception indicating an invalid address was used in read or write operation.
 

Error Summary
 

Package machine Description

Machinery and abstract interfaces for ISA implementation.


Simple Machine

Copyright © 2010, 2011 Mike Feeley. All Rights Reserved.