Exemplo n.º 1
0
 public void Setup()
 {
     this.mr      = new MockRepository();
     this.emitter = new Emitter();
     this.asm     = new Pdp11TextAssembler(emitter);
 }
Exemplo n.º 2
0
 public void Setup()
 {
     this.emitter = new Emitter();
     this.asm     = new Pdp11TextAssembler(emitter);
 }