public HexagonDisassemblerTests() { this.arch = new HexagonArchitecture(CreateServiceContainer(), "hexagon"); this.addrLoad = Address.Ptr32(0x00100000); }
public HexagonRewriterTests() { this.arch = new HexagonArchitecture(CreateServiceContainer(), "hexagon", new Dictionary <string, object>()); this.addrLoad = Address.Ptr32(0x00100000); }