Package de.projectory.addingmachine.operators

Operators for the example machine.

See:
          Description

Class Summary
IncA Increments the content of register A by one.
MoveA Moves the content of a memory cell into register A Stack: ... cellIndex => ...
PrintA Prints the content of register A onto the screen and performs a line break.
PrintLine Prints the content of the last stack element onto the screen and performs a line break.
StoreA Stores the content of register A into a memory cell.
 

Package de.projectory.addingmachine.operators Description

Operators for the example machine.