Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Keyboard Interrupt
 Summary                                   Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The BIOS Int 09h routine maintains the shift status word at memory
     address 0:417h. Bits of this word indicate status of shift keys
     such as SHIFT, ALT, CTRL, and CAPS LOCK. The routine also
 
        ■ Invokes Int 05h if it detects a SHIFT+PRINT SCREEN
          combination or PRINT SCREEN key
        ■ Invokes Int 1Bh if it detects a CTRL+BREAK combination
        ■ Beeps the speaker if the keyboard buffer is full
                                    -♦-