
Click above to get retro games delivered to your door ever month!
X-Hacker.org- BIOS ref. - <b>int 1bh keyboard break</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 1Bh 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.
Note
DOS tests the state of the internal flag occasionally, depending
on the state of the Control- Break Check (Int 21h, Function
3300h). 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 0040h:0071h to
signal that a Control-Break key has been entered.
See Also: 0040h:0071h
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson