home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / y.lbr / ZSLIB1.HZP / ZSLIB1.HLP
Encoding:
Text File  |  1991-07-20  |  1.4 KB  |  42 lines

  1.  Get Current ZSDOS Time       - GETTIM
  2.  Set Current ZSDOS Time       - SETTIM
  3.  Get Current CP/M-Plus Time   - GTIMEP
  4.  Set Current CP/M-Plus Time   - STIMEP
  5. :
  6. GETTIM - Get current ZSDOS time and date.
  7.  
  8.   ENTER: HL = address of 6-byte time and date buffer.
  9.   EXIT:  Zero flag set (Z) and A=0 if buffer filled,
  10.          Zero flag reset (NZ) if error or not ZSDOS.
  11.   USES:  AF
  12.  
  13. Usage: Time is placed in buffer as BCD yy mm dd hh min ss.
  14. :
  15. SETTIM - Set current ZSDOS time and date.
  16.  
  17.   ENTER: HL = address of 6-byte time and date buffer.
  18.   EXIT:  Zero flag set (Z) and A=0 if clock set,
  19.          Zero flag reset (NZ) if error or not ZSDOS.
  20.   USES:  AF
  21.  
  22. Usage: Buffer should be initialized with time as BCD yy mm dd hh min ss.
  23. :
  24. GTIMEP - Get current CP/M Plus time and date.
  25.  
  26.   ENTER: HL = address of 6-byte time and date buffer.
  27.   EXIT:  Zero flag set (Z) and A=0 if buffer filled,
  28.          Zero flag reset (NZ) if error or not CP/M Plus.
  29.   USES:  AF
  30.  
  31. Usage: Time is placed in buffer as BCD yy mm dd hh min ss.
  32.  
  33. :
  34. STIMEP - Set current CP/M Plus time and date.
  35.  
  36.   ENTER: HL = address of 6-byte time and date buffer.
  37.   EXIT:  Zero flag set (Z) and A=0 if clock set,
  38.          Zero flag reset (NZ) if error or not CP/M Plus.
  39.   USES:  AF
  40.  
  41. Usage: Buffer should be initialized with time as BCD yy mm dd hh min ss.
  42.