microOpGen
Class MOVL

java.lang.Object
  extended bymicroOpGen.Istruzione
      extended bymicroOpGen.MOVL
Direct Known Subclasses:
M_AbsDst, M_AbsSrc, M_Diretto, M_Immediato, M_MemDst, M_MemSrc, M_PostDst, M_PostSrc, M_PredDst, M_PredSrc, M_SpiazzDst, M_SpiazzSrc

public abstract class MOVL
extends Istruzione

classa astratta per la gestione delle classi di istruzione MOVE


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

MOVL

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