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.
Int 21h Function 0Bh
 Summary                                   Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     If CTRL+C is detected, an Int 23h is executed.
 
     If the standard input is not redirected and CTRL+C is detected at
     the console, an Int 23h is executed. If the standard input is
     redirected, CTRL+C is detected at the console, and BREAK is ON, an
     Int 23h is executed.
 
     If a character is waiting, this function will continue to return a
     true flag until the character is consumed with a call to Int 21h
     Function 01h, 06h, 07h, 08h, 0Ah, or 3Fh.
 
     This function is equivalent to IOCTL Int 21h Function 44h
     Subfunction 06h.
                                    -♦-