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 / UTILS / ARC-LBR / PATCHARK.ARK / PATCHARK.DOC < prev   
Text File  |  1988-08-16  |  2KB  |  38 lines

  1. PATCHARK.DOC Copyright 1988 by Dale H. Cook
  2.  
  3. Documentation for PATCHARK.AZM
  4.  
  5.  
  6.      Brian Moore's ARK.COM program allows CP/M systems to create archive files
  7. in the same format as those creates on MS-DOS systems. As of the present ver-
  8. sion (ARK035.COM) automatic date/time stamping of the created archives is not
  9. fully supported. However, beginning with Version 03 the date/time storage
  10. within ARK has been standardized, and Brian intends to maintain that standard
  11. in all later versions so that users can add their own RTC support routines.
  12.  
  13.      PATCHARK.AZM will patch ARK035.COM and later versions to provide RTC
  14. support for the Kaypro 4-84 and 10-84 computers with the stock MM58167A real-
  15. time-clock. Two equates, set for ARK035, will have to be changed by the user
  16. for later versions. START must be set to the address of the jump instruction
  17. that begins ARK - low-byte at 0101H, high-byte at 0102H. ENDARK must be set to
  18. the first non-used byte after the end of ARK. SUPERZAP or another disk editor
  19. can be used to find these values. The value loaded into A at the label GET0:
  20. is the current year in BCD - thus 88H as supplied here for 1988. Be sure to
  21. change this value and re-patch ARK every January. (The Kaypro RTC does not
  22. support the current year) Use Z80MR to assemble PATCHARK and MLOAD to link it
  23. to ARK:
  24.  
  25. A0>Z80MR PATCHARK.AAZ (should assemble with no errors)
  26.  
  27. A0>MLOAD ARK.COM=ARK.COM,PATCHARK.HEX
  28.  
  29.      That's all there is to it - when you run the patched version it will
  30. fetch the date and time BCD values from the Kaypro RTC, convert them to binary
  31. and store them in the correct locations in ARK, then execute the program
  32. proper.
  33.  
  34. Dale H. Cook, August 16, 1988
  35.  
  36. CompuServe 71370,2635
  37. GEnie DHCOOK
  38.