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

        Stdin input, no echo (INT 21h, 08h)

        Waits for a character from the standart-input device (which
        usualy is the keyboard), and returns it in AL (after checking
        for Ctrl-Break).

        Entry:
          AH = 08h
        Return:
          AL = character

See Also: INT 21h, 02h

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