home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_10_12 / 1012034a < prev    next >
Text File  |  1992-10-13  |  236b  |  9 lines

  1.         ; REAL_ISR.DEF -- linker module description file
  2.         LIBRARY REAL_ISR
  3.         EXETYPE DOS4
  4.         DESCRIPTION 'REAL ISR FOR 8250 INTERRUPTS W/PHAR LAP 286'
  5.         EXPORTS
  6.              _real_isr
  7.              _port
  8.  
  9.