Exemplo n.º 1
0
 public C166RewriterTests()
 {
     this.arch     = new C166Architecture(CreateServiceContainer(), "c166", new Dictionary <string, object>());
     this.addrLoad = Address.Ptr16(0x0100);
 }
Exemplo n.º 2
0
 public C166DisassemblerTests()
 {
     this.arch = new C166Architecture(CreateServiceContainer(), "c166", null);
     this.addr = Address.Ptr16(0x0100);
 }