public Cr16DisassemblerTests() { this.arch = new Cr16Architecture(CreateServiceContainer(), "cr16c"); this.addrLoad = Address.Ptr16(0x8000); }
public Cr16DisassemblerTests() { this.arch = new Cr16Architecture(CreateServiceContainer(), "cr16c", new Dictionary <string, object>()); this.addrLoad = Address.Ptr16(0x8000); }