예제 #1
0
 public void Setup()
 {
     this.arch = new Reko.Arch.M6800.M6809Architecture("m6809");
     this.addr = Address.Ptr16(0x0100);
 }
예제 #2
0
 public void Setup()
 {
     this.arch = new Reko.Arch.M6800.M6809Architecture(new ServiceContainer(), "m6809", new Dictionary <string, object>());
     this.addr = Address.Ptr16(0x0100);
 }
예제 #3
0
 public void Setup()
 {
     this.arch = new Reko.Arch.M6800.M6809Architecture(new ServiceContainer(), "m6809");
     this.addr = Address.Ptr16(0x0100);
 }