示例#1
0
 public Cr16DisassemblerTests()
 {
     this.arch     = new Cr16Architecture(CreateServiceContainer(), "cr16c");
     this.addrLoad = Address.Ptr16(0x8000);
 }
示例#2
0
 public Cr16DisassemblerTests()
 {
     this.arch     = new Cr16Architecture(CreateServiceContainer(), "cr16c", new Dictionary <string, object>());
     this.addrLoad = Address.Ptr16(0x8000);
 }