|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimulator.SimThread
public class SimThread
This class is the (instruction by instruction) simulation of a PIC 16F877. It implements the run method and is called after the simulation thread is created.
Field Summary | |
---|---|
boolean |
cont
|
PIC |
pic
|
boolean |
step
|
Constructor Summary | |
---|---|
SimThread(PIC pic)
Main constructor of the simulation thread class. |
Method Summary | |
---|---|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public PIC pic
public boolean step
public boolean cont
Constructor Detail |
---|
public SimThread(PIC pic)
pic
- Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |