tools.propeller
Class Prop
java.lang.Object
tools.propeller.Prop
public class Prop
- extends java.lang.Object
|
Constructor Summary |
Prop(java.lang.String portName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Prop
public Prop(java.lang.String portName)
throws java.lang.Exception
- Throws:
java.lang.Exception
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