home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / intlist1.zip / PRINTER.TXT < prev    next >
Text File  |  1994-01-01  |  360b  |  10 lines

  1. --------D-2105-------------------------------
  2. INT 21 - DOS 1+ - WRITE CHARACTER TO PRINTER
  3.     AH = 05h
  4.     DL = character to print
  5. Notes:    keyboard checked for ^C/^Break, and INT 23 executed if detected
  6.     STDPRN is usually the first parallel port, but may be redirected under
  7.       DOS 2+
  8.     if the printer is busy, this function will wait
  9. SeeAlso: INT 17/AH=00h
  10.