|
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.MultiOpcode
public final class MultiOpcode
Multi opcode.
Special implementation of Opcode can hold other 256 opcodes.
For performance reason the real implementation is in the parent class from version 1.02.
Field Summary |
---|
Fields inherited from class jmce.sim.cpu.AbstractOpcode |
---|
desc, length, multiOpcode, opcode, opcodes, prefixOpcode, runtimeOpcode, times |
Constructor Summary | |
---|---|
MultiOpcode(int opcode)
|
Method Summary | |
---|---|
int |
exec(int pc)
Exec the specific opcode |
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 MultiOpcode(int opcode)
Method Detail |
---|
public int exec(int pc) throws SIMException
Opcode
SIMException
|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |