microOpGen
Class ADD

java.lang.Object
  extended bymicroOpGen.Istruzione
      extended bymicroOpGen.ADD
Direct Known Subclasses:
AbsSrc, Assoluto, Diretto, Immediato, MemDst, MemSrc, PostSrc, PredSrc, SpiazzDst, SpiazzSrc

public abstract class ADD
extends Istruzione

Classe astratta dell'istruzione Istr[Rx,Ry]


Field Summary
 
Fields inherited from class microOpGen.Istruzione
BYTE
 
Constructor Summary
protected ADD(java.lang.Object oper, java.lang.Object dst, java.lang.Object src)
          Costruttore della classe astratta.
 
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

ADD

protected ADD(java.lang.Object oper,
              java.lang.Object dst,
              java.lang.Object src)
Costruttore della classe astratta.

Parameters:
oper - Nome dell'istruzione
dst - Registro Destinazione
src - Registro Sorgente