microOpGen
Class ClrI

java.lang.Object
  extended bymicroOpGen.Istruzione
      extended bymicroOpGen.Interruzione
          extended bymicroOpGen.ClrI

public class ClrI
extends Interruzione

Classe che gestisce l'operazione di reset del FF-I in modo da impedire al pd32 di gestire interruzioni.


Field Summary
 
Fields inherited from class microOpGen.Istruzione
BYTE
 
Constructor Summary
protected ClrI(java.lang.Object oper)
           
 
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

ClrI

protected ClrI(java.lang.Object oper)
Method Detail

assegnaByte

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

Specified by:
assegnaByte in class Istruzione

genera

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

Specified by:
genera in class Istruzione