Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- BIOS ref. - <b>int 17h, 00h send one byte to printer</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 17h, 00h            Send One Byte to Printer

    Sends one character to the specified parallel printer and returns
    the current status of the printer.

        Entry   AH = 00h
                AL = Character to print
                DX = Parallel printer number (0 - LPT1, 1 - LPT2, etc.)

        Return  AH = Printer status (see Service 02h)

    ------------------------------------------------------------------

    For the AT, XT-286, and PC Convertible, Int 15h, Service 90h
    (Device Busy), is called when the printer is busy. This notifies
    the operating system that a time-out loop is going to begin.

See Also: Int 17h, 01h Int 17h, 02h

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