home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / sharew / exoten / rec / rec87.asm < prev    next >
Encoding:
Assembly Source File  |  1986-08-15  |  640 b   |  28 lines

  1.  
  2. ;    **********************************************
  3. ;    *  Main driver for the assembly of REC87 under
  4. ;    *  MS-DOS (version 2.11)
  5. ;    *
  6. ;    *    REC87 - Copyright (c) 1986
  7. ;    *    Gerardo Cisneros S.
  8. ;    *    Harold V. McIntosh
  9. ;    *    Derechos Reservados
  10. ;    **********************************************
  11.  
  12. code    segment
  13. cgr    group    code
  14. dgroup    group    pdlist
  15. sgr    group    stack
  16.     assume    cs:code,ds:pdlist,ss:stack
  17.  
  18.     .xlist
  19.     include pdl86f.asm
  20.     include flt87.asm
  21.     include ath87.asm
  22.     include mkv86f.asm
  23.     include lib86f.asm
  24.     include rec86fa.asm
  25.     include fxt87.asm
  26.  
  27.     end
  28.