microOpGen
Class M_MemSrc

java.lang.Object
  extended bymicroOpGen.Istruzione
      extended bymicroOpGen.MOVL
          extended bymicroOpGen.M_MemSrc

public class M_MemSrc
extends MOVL


Field Summary
 
Fields inherited from class microOpGen.Istruzione
BYTE
 
Constructor Summary
protected M_MemSrc(java.lang.Object oper, java.lang.Object dst, java.lang.Object src)
           
 
Method Summary
 java.lang.String[] assegnaByte()
           
 java.util.LinkedList genera()
           
 
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

M_MemSrc

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

assegnaByte

public java.lang.String[] assegnaByte()
                               throws ParseException
Specified by:
assegnaByte in class Istruzione
Throws:
ParseException

genera

public java.util.LinkedList genera()
Specified by:
genera in class Istruzione