예제 #1
0
 public IntInstr(PEAPI.IntOp op, int operand, Location loc)
     : base(loc)
 {
     this.op      = op;
     this.operand = operand;
 }
예제 #2
0
파일: IntInstr.cs 프로젝트: nobled/mono
                public IntInstr (PEAPI.IntOp op, int operand, Location loc)
			: base (loc)
                {
                        this.op = op;
                        this.operand = operand;
                }