home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / util / arkts.ark / ARKTS.FOR next >
Encoding:
Text File  |  1988-12-23  |  512 b   |  8 lines

  1. Routine that reads clock and loads the five bytes in .ARK for time
  2. stamping.  Uses the same concept that TIMESTAMP does by overlaying
  3. the first JP in .ARK with a new one to a clock read routine past the
  4. end of ARK.COM.  After the clock routine reads the clock, loads the
  5. bytes at 103h-107h of .ARK, restores .ARK back to it original state
  6. and .ARK can reuse the space taken by this routine.  You have to
  7. customize your own clock-read section.
  8.