public SuperHDisassemblerTests()
 {
     this.arch = new SuperHLeArchitecture("superH");
 }
 public SuperHCallingConventionTests()
 {
     this.arch = new SuperHLeArchitecture(new ServiceContainer(), "superH-le");
 }
 public SuperHCallingConventionTests()
 {
     this.arch = new SuperHLeArchitecture("superH-le");
 }
Exemple #4
0
 public SuperHCallingConventionTests()
 {
     this.arch = new SuperHLeArchitecture(new ServiceContainer(), "superH-le", new Dictionary <string, object>());
 }