Simple Machine

ISA
Class AbstractISA.OpCodeField

java.lang.Object
  extended by ISA.AbstractISA.SimpleField
      extended by ISA.AbstractISA.OpCodeField
All Implemented Interfaces:
AbstractISA.InsLayout
Direct Known Subclasses:
AbstractISA.ShiftOpCodeField
Enclosing class:
AbstractISA

protected class AbstractISA.OpCodeField
extends AbstractISA.SimpleField

Instruction op code.


Constructor Summary
AbstractISA.OpCodeField(int aLength, java.lang.String aMacFormat, java.lang.String anAsmFormat, java.lang.String aDscFormat)
           
 
Method Summary
 
Methods inherited from class ISA.AbstractISA.SimpleField
byteLength, getFirstFieldForClass, getOffsetTo, getValue, getValue, length, toAsm, toDsc, toMac
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractISA.OpCodeField

public AbstractISA.OpCodeField(int aLength,
                               java.lang.String aMacFormat,
                               java.lang.String anAsmFormat,
                               java.lang.String aDscFormat)

Simple Machine