Exemplo n.º 1
0
 public CInstruction(Kdst kdst, int flags, Kjmp kjmp)
 {
     this.kdst = kdst;
     this.flags = flags;
     this.kjmp = kjmp;
 }
Exemplo n.º 2
0
 public CInstruction(Kdst kdst, int flags, Kjmp kjmp)
 {
     this.kdst  = kdst;
     this.flags = flags;
     this.kjmp  = kjmp;
 }