예제 #1
0
 public CInstruction(Kdst kdst, int flags, Kjmp kjmp)
 {
     this.kdst = kdst;
     this.flags = flags;
     this.kjmp = kjmp;
 }
예제 #2
0
 public CInstruction(Kdst kdst, int flags, Kjmp kjmp)
 {
     this.kdst  = kdst;
     this.flags = flags;
     this.kjmp  = kjmp;
 }