home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol257 / gsx01.lbr / ZIO.A86 < prev    next >
Encoding:
Text File  |  1986-03-22  |  768 b   |  22 lines

  1.  
  2. DGROUP    GROUP    DATA
  3. ;----------------------------------------------------------------------+
  4. ;  Revision : Jan. 04, 1984  File "ZIO.A86"                            +
  5. ;      Use Rom BIOS printer output for PC DOS, add Patch area for     +
  6. ;       Printer Port Address for Interrupt 17.                         +
  7. ;----------------------------------------------------------------------+
  8.     Dseg
  9.     Public    Patch_area, Print_port
  10.  
  11. ;    Port Address for the PC DOS ROM BIOS printer output function
  12. ;    This port address may be patched by graphics install utility
  13. ;    to redirect the printer port to use (0, 1, 2).
  14.  
  15. Patch_area    Db    'zyxg'        ; Patch Area Indicator string
  16. Print_port    Dw    0
  17.  
  18.     Cseg
  19.  
  20.     End
  21.  
  22.