コード例 #1
0
ファイル: GNIDA.cs プロジェクト: Rex-Hays/GNIDA2
 public Stroka(GNIDA1 Prnt, mediana.INSTRUCTION Ins, string UpC = "", string Com = "", string SubC = "")
 {
     Parent     = Prnt;
     Inst       = Ins;
     UpComment  = UpC;
     Comment    = Com;
     SubComment = SubC;
     addr       = (uint)Prnt.FO2RVA(Ins.Addr);
 }
コード例 #2
0
 public Stroka(GNIDA1 Prnt, IInstruction Ins, string UpC = "", string Com = "", string SubC = "")
 {
     Parent     = Prnt;
     Inst       = Ins;
     UpComment  = UpC;
     Comment    = Com;
     SubComment = SubC;
     addr       = (uint)Prnt.FO2RVA(Ins.Addr);
 }
コード例 #3
0
ファイル: GNIDA.cs プロジェクト: Rex-Hays/GNIDA2
 public Stroka(GNIDA1 Prnt, IInstruction Ins, string UpC = "", string Com = "", string SubC = "")
 {
     Parent = Prnt;
     Inst = Ins;
     UpComment = UpC;
     Comment = Com;
     SubComment = SubC;
     addr = (uint)Prnt.FO2RVA(Ins.Addr);
 }