Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Peter Norton Programmer's Guide - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

  Function 0BH (decimal 11) reports whether input is ready from the keyboard
  (or standard input device). If a character is ready, AL = FFH (decimal
  255). If no input is ready, AL = 00H.

  DOS checks for Ctrl-C when you execute function 0BH, so a loop that
  contains a call to this function can be interrupted by a keyboard break.

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