jmce - 1_02

jmce.intel.i8086
Class OpcodePrefix8086

java.lang.Object
  extended by jmce.sim.cpu.AbstractOpcode
      extended by jmce.sim.cpu.RuntimeOpcode
          extended by jmce.intel.i8086.OpcodeRuntime8086
              extended by jmce.intel.i8086.OpcodePrefix8086
All Implemented Interfaces:
Opcode

public abstract class OpcodePrefix8086
extends OpcodeRuntime8086


Field Summary
 
Fields inherited from class jmce.sim.cpu.AbstractOpcode
desc, length, multiOpcode, opcode, opcodes, prefixOpcode, runtimeOpcode, times
 
Constructor Summary
OpcodePrefix8086(int opcode, int lenght, int times, java.lang.String desc)
           
 
Method Summary
 
Methods inherited from class jmce.intel.i8086.OpcodeRuntime8086
decode, exec, exec
 
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

OpcodePrefix8086

public OpcodePrefix8086(int opcode,
                        int lenght,
                        int times,
                        java.lang.String desc)

jmce - 1_02