home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / MISC / REC.ZIP / REC87.ASM < prev    next >
Encoding:
Assembly Source File  |  1986-02-07  |  384 b   |  17 lines

  1. code    segment
  2. cgr    group    code
  3. dgroup    group    pdlist
  4. sgr    group    stack
  5.     assume    cs:code,ds:pdlist,ss:stack
  6.  
  7.     .xlist
  8.     include pdl86f.asm
  9.     include flt87.asm
  10.     include ath87.asm
  11.     include mkv86f.asm
  12.     include lib86f.asm
  13.     include rec86fa.asm
  14.     include fxt87.asm
  15.  
  16.     end
  17.