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