|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.sim.FIFInterpreter.FIFInstr
| Field Summary | |
int |
imm1
|
int |
imm2
|
Instr |
instr
|
FIFInterpreter.FIFInstr |
next
|
FIFInterpreter.FIFInstr |
other
|
int |
pc
|
Simulator.Probe |
probe
|
int |
r1
|
int |
r2
|
| Constructor Summary | |
FIFInterpreter.FIFInstr(Instr i,
int pc_)
|
|
| Method Summary | |
abstract void |
execute(FIFInterpreter interp)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final int pc
public final Instr instr
public int r1
public int r2
public int imm1
public int imm2
public Simulator.Probe probe
public FIFInterpreter.FIFInstr next
public FIFInterpreter.FIFInstr other
| Constructor Detail |
public FIFInterpreter.FIFInstr(Instr i,
int pc_)
| Method Detail |
public abstract void execute(FIFInterpreter interp)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||