Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Int 17h Function 02h
 Example                                   Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Interrupt:   17h     Function:   02h
 
  Title:       Get Printer Status
 
  Description:                                          [PC] [AT] [PS/2]
 
     Returns the current status of the specified parallel printer
     interface port.
 
     Input                             Output
 
     AH = 02h                          AH = Status
     DX = Printer number (0 = LPT1,         See: Int 17h Function 00h
          1 = LPT2, 2 = LPT3)
                                    -♦-