Beispiel #1
0
 public FuncsFileParserTests()
 {
     this.arch = new Reko.Arch.M68k.M68kArchitecture();
 }
Beispiel #2
0
 public FuncsFileParserTests()
 {
     this.arch = new Reko.Arch.M68k.M68kArchitecture(new ServiceContainer(), "m68k");
 }
Beispiel #3
0
 public FuncsFileParserTests()
 {
     this.arch = new Reko.Arch.M68k.M68kArchitecture("m68k");
 }
 public FuncsFileParserTests()
 {
     this.arch = new Reko.Arch.M68k.M68kArchitecture(new ServiceContainer(), "m68k", new Dictionary <string, object>());
 }