Ejemplo n.º 1
0
 public H8RewriterTests()
 {
     this.arch     = new H8Architecture(CreateServiceContainer(), "h8", new Dictionary <string, object>());
     this.addrLoad = Address.Ptr16(0x8000);
 }
Ejemplo n.º 2
0
 public H8RewriterTests()
 {
     this.arch     = new H8Architecture(CreateServiceContainer(), "h8");
     this.addrLoad = Address.Ptr16(0x8000);
 }