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]

        Aux input (INT 21h, 03h)

        Read a character form the AUX-device. At startup, the AUX device
        is initialized to COM1, No parity, 8 databits and one-stop bit.
        We don't recomend use of this function, since it don't support
        any status reading from the comm-port. Use INT 14 instead, or
        even better - write your own communication drive that directly
        accesses the ports.

        Entry:
          AH = 03h
        Return:
          AL = character read

See Also: INT 21h, 04h INT 14h, 02h 3F8

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