Example #1
0
 public M6812Rewriter(M6812Architecture arch, EndianImageReader rdr, M6812State state, IStorageBinder binder, IRewriterHost host)
 {
     this.arch   = arch;
     this.rdr    = rdr;
     this.state  = state;
     this.binder = binder;
     this.host   = host;
     this.dasm   = new M6812Disassembler(rdr).GetEnumerator();
 }
Example #2
0
 public M6812State(M6812State that)
 {
     this.Architecture = that.Architecture;
 }