Exemplo n.º 1
0
        protected override IEnumerable <RtlInstructionCluster> GetRtlStream(MemoryArea mem, IStorageBinder binder, IRewriterHost host)
        {
            Tlcs90State state = (Tlcs90State)arch.CreateProcessorState();

            return(new Tlcs90Rewriter(arch, new LeImageReader(mem, 0), state, binder, host));
        }
Exemplo n.º 2
0
 public void Setup()
 {
     state = (Tlcs90State)arch.CreateProcessorState();
 }