home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol147 / rdtime.doc < prev    next >
Text File  |  1984-04-29  |  859b  |  23 lines

  1. ; DATE 10/23/83  12:57      last Up Date
  2.  
  3. READTIME80.LIB , RDTIME86.LIB  and SETTIME.ASM & .COM
  4.  
  5. by: H.M. Van Tassell 120 Hill Hollow Rd, Watchung NJ  07060  (201)755-5372
  6. DATE: 10/05/83  18:15
  7.  
  8. These two routines are to read the Compupro System Support clock with the
  9. System Support board located at port 50H.
  10.  
  11. There is a routine call SETTIME to set the Compupro clock.
  12.  
  13. The routines put the date and time into a string named DATESTR which you
  14. furnish and is formated as 'MM/DD/YY  HH:MM:SS'.
  15.  
  16. These routines are used in VFILER11, PRINT10B, WHATSNEW found on SIG/M vol 146
  17. and WM-PATCH on this SIG/M volume.
  18.  
  19. NOTE: if you are not using a Compupro System Support clock you must rewrite
  20.       the RDTIME routines in the programs or set the CLOCK equate to FALSE.
  21.  
  22. The CLOCK equate is set to FALSE in VFILER11 but set to TRUE in PRINT10B,
  23. WHATSNEW and WM-PATCH.