Пример #1
0
 public IntInstr(PEAPI.IntOp op, int operand, Location loc)
     : base(loc)
 {
     this.op      = op;
     this.operand = operand;
 }
Пример #2
0
                public IntInstr (PEAPI.IntOp op, int operand, Location loc)
			: base (loc)
                {
                        this.op = op;
                        this.operand = operand;
                }