public static LoRom FromPCAddress(int value) { BitHelper.ToLoRom(ref value, out value); return(new LoRom(value)); }