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 output (INT 21h, 04h)

        Writes a character form the AUX-device, and checks for Ctrl-Break
        afterwards. 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 = 04h
          DL = character to send

See Also: INT 21h, 03h INT 14h, 01h 3F8

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