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 / RCPM / NBYE10.LBR / NBYECLK.DQC / NBYECLK.DOC
Text File  |  2000-06-30  |  1KB  |  36 lines

  1. ;  NBYECLK.DOC  --  Specifications for the NBYECLK.INC file for NBYE.MAC
  2. ;
  3. ;            Gary Case
  4. ;            585 Big Sky Court
  5. ;            Colorado Springs, CO
  6. ;                       80919
  7. ;            (303) 599-0744
  8. ;
  9. ;
  10. ;******************************************************************************
  11. ;
  12. ;
  13. ;   NBYE.MAC requires that the clock interface code be located in a file
  14. ;   named NBYECLK.INC.  This module needs to implement a single routine
  15. ;   to read the current time and store the hour and minute at CHOUR and
  16. ;   CMIN respectively.  This routine must not destroy any registers except
  17. ;   the Acc, and must return status as shown below.  The NBYECLK.INC file
  18. ;   is not required if HAVCLK is FALSE in NBYE.MAC.
  19. ;
  20. ;
  21. ;******************************************************************************
  22. ;
  23. ;
  24. TIME:        ;Routine to get the current time and update the binary time
  25.         ;values at CHOUR and CMIN.
  26.         ;
  27.         ;Exit Status:     C ==> Time was NOT available.  CHOUR and
  28.         ;               CMIN have not been changed.
  29.         ;        NC ==> CHOUR and CMIN have been updated.
  30.         ;
  31. ;
  32. ;
  33. ;    ***  End of Clock Routines  ***
  34. ;
  35. ;******************************************************************************
  36.