Exemplo n.º 1
0
 public Register16(ushort value)
 {
     this.Low  = Chip.LowByte(value);
     this.High = Chip.HighByte(value);
 }