Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Assembly Language - <b>int 1bh (27) keyboard break</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 1Bh (27)             Keyboard Break

    Called when a Control-Break key sequence is encountered.

  --------------------------------------------------------------------------

    When the machine is powered on, the interrupt handler for this
    interrupt just IRETs back to the caller. DOS, however, installs a
    Ctrl-Break handler that sets an internal flag to signal that a
    keyboard Break condition has occurred.

       Notes:         DOS tests the state of the internal flag
                      occasionally, depending on the state of the Control-
                      Break Check (INT 21h, Function 33h). If the flag is
                      on during a test, then the string ". followed by
                      a Carriage-Return/ Line-Feed combination, is
                      displayed on the screen, the DOS internal flag is
                      reset, and INT 23h (Control-Break Exit Address) is
                      called.

                      Note that INT 09h (Keyboard) sets the byte at
                      0:0471h to signal that a Control-Break key has been
                      entered.

See Also: INT 23h 0:471h 33h

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson