public string Trace(Register16 current) => this.Trace(current.Word);
public Register16(Register16 rhs) { this.Low = rhs.Low; this.High = rhs.High; }