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 / ZSYS / SIMTEL20 / ZCPR3 / SYSNDR.ASM < prev    next >
Assembly Source File  |  2000-06-30  |  384b  |  17 lines

  1. ;  PROGRAM:  SYSNDR.ASM
  2. ;  AUTHOR:  RICHARD CONN
  3. ;  VERSION:  1.0
  4. ;  DATE:  24 FEB 84
  5.  
  6. ;
  7. ;    SYSNDR.ASM sets up a memory-based named directory file suitable
  8. ; for loading by Z3LDR.  It does this by including SYSNDR.LIB.
  9. ;
  10.     MACLIB    SYSNDR
  11.  
  12.     org    100h
  13.  
  14.     SYSNDR        ; Invoke macro
  15.  
  16.     end
  17.