BIOS_CAPS_STATE
if (bios_kb_flag & BIOS_CAPS_STATE)
if (peek8(kb_flag) & BIOS_CAPS_STATE)
poke8(kb_flag, peek8(kb_flag) ^ BIOS_CAPS_STATE);