Beispiel #1
0
 protected Processor(Bus memory) => this.Bus = memory;
 public Disassembler(Bus bus) => this.Bus = bus;