microOpGen
Class Jump

java.lang.Object
  extended bymicroOpGen.Istruzione
      extended bymicroOpGen.Jump
Direct Known Subclasses:
JmpAssoluto, JmpRelativo, JSR

public abstract class Jump
extends Istruzione

classa astratta per la gestione delle classi di istruzione Jump


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

Jump

protected Jump(java.lang.Object oper,
               java.lang.Object dest)