Esempio n. 1
0
 public M6812DisassemblerTests()
 {
     this.arch     = new M6812Architecture(new ServiceContainer(), "m6812", new Dictionary <string, object>());
     this.addrLoad = Address.Ptr16(0);
 }
Esempio n. 2
0
 public M6812DisassemblerTests()
 {
     this.arch     = new M6812Architecture(new ServiceContainer(), "m6812");
     this.addrLoad = Address.Ptr16(0);
 }
Esempio n. 3
0
 public M6812State(M6812Architecture arch)
 {
     this.Architecture = arch;
 }
Esempio n. 4
0
 public M6812DisassemblerTests()
 {
     this.arch     = new M6812Architecture("m6812");
     this.addrLoad = Address.Ptr16(0);
 }