Ejemplo n.º 1
0
 public MCoreDisassemblerTests()
 {
     this.arch     = new MCoreArchitecture(CreateServiceContainer(), "mcore");
     this.addrLoad = Address.Ptr32(0x8000);
 }
Ejemplo n.º 2
0
 public MCoreDisassemblerTests()
 {
     this.arch     = new MCoreArchitecture(CreateServiceContainer(), "mcore", new Dictionary <string, object>());
     this.addrLoad = Address.Ptr32(0x8000);
 }