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 / CPM3 / DATEP2.LBR / DATE+.FZR / DATE+.FOR
Text File  |  2000-06-30  |  1KB  |  33 lines

  1. DATE+.LBR - CP/M Plus
  2.  
  3. A replacement for Digital Research's DATE.COM but with less strict
  4. date and time input formats.  Also has code to support the amazing
  5. SmartWatch 'clock-in-a-socket' chips by Dallas Semiconductor which
  6. offer what must be the cheapest possible method of adding a clock
  7. to your computer.
  8.  
  9. DATE.DOC    Description of program.
  10.  
  11. DATE.C        Main source code for DATE.COM, DATEUSA.COM,
  12.         DS1216.COM and DS1216E.COM
  13.  
  14. EIDI.AS        Assembly-language routines to enable & disable
  15.         interrupts.  (Needed if not provided within your
  16.         C compiler library.)
  17.  
  18. IBMM.AS        Assembly-language routine to invoke the XMOVE and
  19.         MOVE routines in the CP/M 3 BIOS to perform inter-
  20.         bank memory transfers.
  21.  
  22. DATE.COM    Replacement for standard DATE.COM which accepts
  23.         numeric dates in international (DD/MM/YY) form.
  24.  
  25. DATEUSA.COM    Variant of DATE.COM which interprets all-numeric
  26.         dates as MM/DD/YY format.
  27.  
  28. DS1216.COM    Machine-specific (Colex) version of DATE.COM for
  29.         use with a DS1216 SmartWatch socket.
  30.  
  31. DS1216E.COM    Similar to DS1216.COM but using a 'read only'
  32.         version of the SmartWatch chip.
  33.