home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol110 / cps.doc < prev    next >
Encoding:
Text File  |  1984-04-29  |  691 b   |  14 lines

  1.                     Documentation for CPS.CMD
  2.                            Glenn Story
  3.                          (415) 493-4445
  4.  
  5. The dBASE command file, CPS.CMD is designed to set the dBASE date to the 
  6. current date stored in a Mountain Hardware CPS card.  This routine 
  7. assumes the standard CPS clock driver has been loaded at address F300H
  8. as documented in the CPS CP/M manual.   Comments in the command
  9. file describe the functioning of the command.  The only tricky part
  10. deals with the fact that dBASE uses a different format for strings
  11. than the CPS driver (which was written to handle MBASIC strings).
  12. The conversion is done by a small machine-language routine which
  13. is POKEd into memory.
  14.