jmce - 1_02

jmce.sim.cpu
Class InvalidOpcode

java.lang.Object
  extended by jmce.sim.cpu.AbstractOpcode
      extended by jmce.sim.cpu.InvalidOpcode
All Implemented Interfaces:
Opcode

public class InvalidOpcode
extends AbstractOpcode

Invalid opcode

Version:
1.00
Author:
Mario Viara

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

InvalidOpcode

public InvalidOpcode(int opcode)
Method Detail

exec

public int exec(int pc)
Description copied from interface: Opcode
Exec the specific opcode


isValid

public boolean isValid()

jmce - 1_02