HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

                    INT 21,8 - Console Input Without Echo


       AH = 08


       on return:
       AL = character from STDIN


       - returns 0 for extended keystroke, then function must be
         called again to return scan code
       - waits for character from STDIN and returns data in AL
       - if Ctrl-Break is detected, INT 23 is executed

Esc or Alt-X to exit int 21,8 Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann