Exemplo n.º 1
0
 public Rl78Rewriter(Rl78Architecture arch, EndianImageReader rdr, ProcessorState state, IStorageBinder binder, IRewriterHost host)
 {
     this.arch   = arch;
     this.rdr    = rdr;
     this.state  = state;
     this.binder = binder;
     this.host   = host;
     this.dasm   = new LookaheadEnumerator <Rl78Instruction>(new Rl78Disassembler(arch, rdr));
 }
Exemplo n.º 2
0
 public Rl78ProcessorState(Rl78Architecture arch)
 {
     this.Architecture = arch;
 }