protected Processor(Bus memory) => this.Bus = memory;
public Disassembler(Bus bus) => this.Bus = bus;