Example #1
0
 public void Setup()
 {
     this.arch = new AlphaArchitecture();
     arch.Name = "alpha";
 }
Example #2
0
 public void Setup()
 {
     this.arch = new AlphaArchitecture("alpha");
 }
 public void Setup()
 {
     this.arch     = new AlphaArchitecture(new ServiceContainer(), "alpha", new Dictionary <string, object>());
     this.addrLoad = Address.Ptr64(0x00100000);
 }
 public void Setup()
 {
     this.arch     = new AlphaArchitecture(new ServiceContainer(), "alpha");
     this.addrLoad = Address.Ptr64(0x00100000);
 }