public InstructionInfo(WopEx.Instruction Inst, BigInteger Value, BigInteger Value2, BigInteger Value3)
 {
     this.Inst = Inst;
     this.Value = Value;
     this.Value2 = Value2;
     this.Value3 = Value3;
 }
Ejemplo n.º 2
0
 public InstructionInfo(WopEx.Instruction Inst, BigInteger Value, BigInteger Value2, BigInteger Value3)
 {
     this.Inst   = Inst;
     this.Value  = Value;
     this.Value2 = Value2;
     this.Value3 = Value3;
 }
 public InstructionInfo(WopEx.Instruction Inst, BigInteger Value)
 {
     this.Inst = Inst;
     this.Value = Value;
 }
Ejemplo n.º 4
0
 public InstructionInfo(WopEx.Instruction Inst, BigInteger Value)
 {
     this.Inst  = Inst;
     this.Value = Value;
 }