microOpGen
Class MOV

java.lang.Object
  extended bymicroOpGen.Istruzione
      extended bymicroOpGen.MOV

public abstract class MOV
extends Istruzione

classa astratta per la gestione delle classi di istruzione MOVE


Field Summary
 
Fields inherited from class microOpGen.Istruzione
BYTE
 
Constructor Summary
protected MOV(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

MOV

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