public void Setup()
 {
     this.arch = new OpenRISCArchitecture(CreateServiceContainer(), "openRisc", new Dictionary <string, object>());
     this.addr = Address.Ptr32(0x00100000);
 }
 public void Setup()
 {
     this.arch = new OpenRISCArchitecture("openRisc");
     this.addr = Address.Ptr32(0x00100000);
 }