home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / NUBYE / NUKMD111.ARK / NUKMD111.ASM < prev    next >
Assembly Source File  |  1987-02-03  |  896b  |  24 lines

  1. ;
  2. ; NUKMD v1.10 (and up)
  3. ;
  4. ; Because of the large size which NUKMD has become (190k+), I have split
  5. ; it into a few sections.  NUKMD1xx.HED contains the system EQUates and
  6. ; items normally modified by you -- the bulk of the source is found
  7. ; in the remaining files (i.e. .FL1 and .FL2).
  8. ;
  9. ; If using an assembler which doesn't recognize the INCLUDE command
  10. ; (i.e. ASM, MAC and others), ignore this file.  Instead, edit the
  11. ; NUKMD1xx.HED file for your system needs, then use LINK.SUB to join the
  12. ; sections together -- assemble when done.
  13. ;
  14. ; For those of you with SLRMAC or other assembler which *does*
  15. ; accept the INCLUDE command, tell it to assemble this file, leaving
  16. ; the .HED/.FL1/.FL2 files separate.
  17. ;
  18. ; =====
  19. ;
  20.     INCLUDE      NUKMD111.HED
  21.     INCLUDE      NUKMD111.FL1
  22.     INCLUDE      NUKMD111.FL2
  23. ;
  24.