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 / KAYPRO / KP4TIME2.LBR / KP4TIME.INF < prev    next >
Text File  |  2000-06-30  |  2KB  |  34 lines

  1.                         KP4TIME.COM   Version 2.0
  2.  
  3. ; CP/M program to display and set the real-time clock on Kaypro 4-84.
  4. ; Written 04/22/84 by Bob Snider, Columbus Ohio. Greatly expanded 6/30/84.
  5. ; Dispaly is MM/DD HH:MM:SS and can be 24-hour format or 12-hour with
  6. ; AM/PM. Date is optional, and the ability to set the clock is optional
  7. ; for those who want a minimum length module. Customize this assembly
  8. ; by setting the options in the "Customization section".
  9.  
  10. ; The clock is just displayed by the command "TIME". The clock is displayed
  11. ; and set by anything extra on the command line, ie. "TIME SET". The
  12. ; program will prompt for date and time value which must be entered as in the
  13. ; display format. 
  14.  
  15. Each of the following items can be set independently:
  16.  
  17. ;    Date (month/day)
  18. ;    Day of the week
  19. ;    Time of day (seconds may be omitted)
  20.  
  21. ; If the 12-hour format is on, AM or PM must always follow the time.
  22.  
  23. ; Any omitted items are not changed in the clock.
  24.  
  25. ; The clock is set at the carriage return. The input line is parsed for
  26. ; proper format, but not checked for valid dates or times. If nothing is
  27. ; entered the time is unchanged. If an error is detected, the position of
  28. ; the error in the string is flagged with a '^' and nothing is set.
  29. ; The clock is checked to see if an update has occurred while being read,
  30. ; and it is re-read if so, ensuring valid time displays.
  31.  
  32. ; Problems or enhancements should be directed to the Kaypro User's Group on
  33. ; CompuServe, page PCS-25.
  34.