Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>int 17h, 00h (0) send one byte to printer</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 17h,  00h (0)        Send One Byte to Printer

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

       On entry:      AH         00h
                      AL         Character to print
                      DX         Parallel printer number (0 - LPT1, 1 - LPT2,
                                 etc)

       Returns:       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