示例#1
0
 public Rewriter(Mos6502ProcessorArchitecture arch, ImageReader rdr, ProcessorState state, Frame frame, IRewriterHost host)
 {
     this.arch   = arch;
     this.state  = state;
     this.frame  = frame;
     this.host   = host;
     this.instrs = new Disassembler(rdr.CreateLeReader());
 }