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 / BDOS / Z80DS231.LBR / Z80DOS23.ZZ0 / Z80DOS23.Z80
Text File  |  2000-06-30  |  1KB  |  36 lines

  1. ;
  2. ; Z80DOS - Z80 Disk Operating System                Nov 15, 1988
  3. ;
  4. ; Version 2.31    Fast directory lookup for random record fix
  5. ; 11/15/88 Gene Nolan
  6. ;
  7. ;-----------------------------------------------------------------------
  8. ;
  9. ; Version 2.3    Fast directory lookup, ZRL compatible
  10. ; 11/4/88 Gene Nolan
  11. ;
  12. ;-----------------------------------------------------------------------
  13. ;
  14. ; Version 2.0a - BETA TEST VERSION - 6 Nov 87 by Carson Wilson
  15. ; Nov 6, 1987
  16. ;
  17. ; Main Module
  18. ;
  19. ; Remove the comments from the following 6 lines if making a ZRL form
  20. ; for NZCOM
  21. ;
  22. ;NAME    DOSZ82
  23. ;COM    /_ID_/
  24. ;    DB    13,10,13,10
  25. ;    DB    'You are now loading up the Z80DOS233.ZRL file'
  26. ;    DB    13,10,13,10,0
  27. ;    MACLIB Z34CMN
  28. ;
  29.     MACLIB    Z80DHDR        ; Operating system addresses, options,
  30.     INCLUDE    Z80DCHAR.Z80    ; Jump table, character I/O routines,
  31.     INCLUDE    Z80DDISK.Z80    ; Return CP/M version, disk routines
  32.     INCLUDE    Z80DTIME.Z80    ; Time routines, DOS exit routines,
  33. ;
  34. ; END Z80DOS.Z80
  35. ;
  36.