tools.propeller
Class Prop

java.lang.Object
  extended by tools.propeller.Prop

public class Prop
extends java.lang.Object


Constructor Summary
Prop(java.lang.String portName)
           
 
Method Summary
 void doCONTINUE()
           
 void doDUMP(int address, int[] data)
           
 void doEXECUTE(int address)
           
 void doHALT()
           
 void doLOAD(int address, int[] data)
           
 void doPAUSE()
           
 java.lang.String doTEST()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Prop

public Prop(java.lang.String portName)
     throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

doPAUSE

public void doPAUSE()
             throws java.lang.Exception
Throws:
java.lang.Exception

doCONTINUE

public void doCONTINUE()
                throws java.lang.Exception
Throws:
java.lang.Exception

doTEST

public java.lang.String doTEST()
                        throws java.lang.Exception
Throws:
java.lang.Exception

doEXECUTE

public void doEXECUTE(int address)
               throws java.lang.Exception
Throws:
java.lang.Exception

doDUMP

public void doDUMP(int address,
                   int[] data)
            throws java.lang.Exception
Throws:
java.lang.Exception

doLOAD

public void doLOAD(int address,
                   int[] data)
            throws java.lang.Exception
Throws:
java.lang.Exception

doHALT

public void doHALT()
            throws java.lang.Exception
Throws:
java.lang.Exception