|
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.InvalidOpcode
public class InvalidOpcode
Invalid opcode
Field Summary |
---|
Fields inherited from class jmce.sim.cpu.AbstractOpcode |
---|
desc, length, multiOpcode, opcode, opcodes, prefixOpcode, runtimeOpcode, times |
Constructor Summary | |
---|---|
InvalidOpcode(int opcode)
|
Method Summary | |
---|---|
int |
exec(int pc)
Exec the specific opcode |
boolean |
isValid()
|
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 InvalidOpcode(int opcode)
Method Detail |
---|
public int exec(int pc)
Opcode
public boolean isValid()
|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |