Ejemplo n.º 1
0
 protected Processor(Bus memory) => this.Bus = memory;
Ejemplo n.º 2
0
 public Disassembler(Bus bus) => this.Bus = bus;