de.projectory.addingmachine.operators
Class MoveA

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

public class MoveA
extends Operator

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


Field Summary
 
Fields inherited from class de.projectory.koivima.core.Element
context
 
Constructor Summary
MoveA()
           
 
Method Summary
 void execute()
          Moves the content of a memory cell into register A
 
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

MoveA

public MoveA()
Method Detail

execute

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

Specified by:
execute in class Element