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