示例#1
0
 public T32(T32_Info_type info, Dictionary <string, RelocableType> reloc)
 {
     t32          = new T32API();
     T32_type     = info;
     T32_reloc    = reloc;
     this.cpuType = getCPUType(info.subSystem);
 }
示例#2
0
 public T32(T32_Info_type info)
 {
     t32          = new T32API();
     T32_type     = info;
     this.cpuType = getCPUType(info.subSystem);
 }
示例#3
0
 private string t32Folder = string.Empty;  //the folder of T32
 public T32()
 {
     t32 = new T32API();
 }