microOpGen
Class Diretto

java.lang.Object
  extended bymicroOpGen.Istruzione
      extended bymicroOpGen.ADD
          extended bymicroOpGen.Diretto

public class Diretto
extends ADD

Classe che assegna micro-istruzioni e bit relativi ad un'istruzione di tipo ADD con indirizzamento Diretto


Field Summary
 
Fields inherited from class microOpGen.Istruzione
BYTE
 
Constructor Summary
protected Diretto(java.lang.Object oper, java.lang.Object dst, java.lang.Object src)
           
 
Method Summary
protected  java.lang.String[] assegnaByte()
          Assegna i bit all'istruzione
 java.util.LinkedList genera()
          Assegna le micro-operazioni all'istruzione
 
Methods inherited from class microOpGen.Istruzione
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

Diretto

protected Diretto(java.lang.Object oper,
                  java.lang.Object dst,
                  java.lang.Object src)
Method Detail

assegnaByte

protected java.lang.String[] assegnaByte()
                                  throws ParseException
Assegna i bit all'istruzione

Specified by:
assegnaByte in class Istruzione
Throws:
ParseException

genera

public java.util.LinkedList genera()
Assegna le micro-operazioni all'istruzione

Specified by:
genera in class Istruzione