|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjmce.sim.cpu.AbstractOpcode
jmce.sim.cpu.RuntimeOpcode
jmce.intel.i8086.OpcodeRuntime8086
public abstract class OpcodeRuntime8086
Field Summary |
---|
Fields inherited from class jmce.sim.cpu.AbstractOpcode |
---|
desc, length, multiOpcode, opcode, opcodes, prefixOpcode, runtimeOpcode, times |
Constructor Summary | |
---|---|
OpcodeRuntime8086(int opcode,
int lenght,
int times,
java.lang.String desc)
|
Method Summary | |
---|---|
void |
decode(CPU _cpu,
CpuRuntime r)
|
int |
exec(CpuRuntime r)
|
abstract int |
exec(Runtime8086 r)
|
Methods inherited from class jmce.sim.cpu.RuntimeOpcode |
---|
exec |
Methods inherited from class jmce.sim.cpu.AbstractOpcode |
---|
clearCounter, getCounter, getDescription, getLength, getMaxLength, getOpcode, getOpcode, getOpcodeCount, getTimes, incCounter, isMultiOpcode, setDescription, setOpcode, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OpcodeRuntime8086(int opcode, int lenght, int times, java.lang.String desc)
Method Detail |
---|
public final int exec(CpuRuntime r) throws SIMException
exec
in class RuntimeOpcode
SIMException
public final void decode(CPU _cpu, CpuRuntime r) throws SIMException
decode
in class RuntimeOpcode
SIMException
public abstract int exec(Runtime8086 r) throws SIMException
SIMException
|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |