예제 #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);
 }