microOpGen
Class Device

java.lang.Object
  extended bymicroOpGen.Istruzione
      extended bymicroOpGen.Device
Direct Known Subclasses:
INL, JNR, JR, OUTL

public abstract class Device
extends Istruzione

Classe astratta per le istruzioni sui Device


Field Summary
 
Fields inherited from class microOpGen.Istruzione
BYTE
 
Constructor Summary
protected Device(java.lang.Object oper, java.lang.Object dst, java.lang.Object src)
           
 
Methods inherited from class microOpGen.Istruzione
assegnaByte, genera, getByte, getDst, getOper, getSrc, riconosciDst, riconosciSrc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Device

protected Device(java.lang.Object oper,
                 java.lang.Object dst,
                 java.lang.Object src)