de.projectory.addingmachine.operators
Class StoreA

java.lang.Object
  extended by de.projectory.koivima.core.Element
      extended by de.projectory.koivima.core.Operator
          extended by de.projectory.addingmachine.operators.StoreA

public class StoreA
extends Operator

Stores the content of register A into a memory cell. Stack: ... cellIndex => ...


Field Summary
 
Fields inherited from class de.projectory.koivima.core.Element
context
 
Constructor Summary
StoreA()
           
 
Method Summary
 void execute()
          Stores the content of register A into a memory cell.
 
Methods inherited from class de.projectory.koivima.core.Operator
pop, popDataElement, popInteger, popString, push, toString
 
Methods inherited from class de.projectory.koivima.core.Element
getExecutionContext, setExecutionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoreA

public StoreA()
Method Detail

execute

public void execute()
Stores the content of register A into a memory cell.

Specified by:
execute in class Element