CMOS_DATA_PORT
while ((in8(CMOS_DATA_PORT) & 0x80) && --waitTime);
return in8(CMOS_DATA_PORT);
out8(data, CMOS_DATA_PORT);