home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / arc-lbr / lcrck11.lbr / LCRCK11.DOC < prev    next >
Text File  |  1985-06-16  |  1KB  |  30 lines

  1. LCRCK v1.10 Documentation
  2.  
  3. El Paso, TX  01-24-84
  4. S. Kluger, El Paso RCPM
  5.  
  6.  
  7. LCRCK.ASM was written as a replacement for LCRCK.C (originally
  8. written 1-30-83 by myself). It is somewhat faster and quite a
  9. bit smaller than the C version.
  10.  
  11. LCRCK, in the true spirit of all such RCPM programs, processes only
  12. one file at a time. It can be used to compute the "CRC" or Cyclic
  13. Redundancy Check of a member file inside a library. the resulting
  14. four-digit hex number will be the same as the one returned by
  15. CRCK44.COM run on the identical standalone file. Therefore, LCRCK
  16. can be used to verify the integrity of an individual member file
  17. transferred via the XMODEM L command.
  18.  
  19. The program can be configured for maximum drive and user without
  20. reassembly, which is of advantage to those who do not have M80.
  21. At location 103, insert the maximum drive +1, i.e. A=2, B=3.
  22. At location 104, insert the maximum user number +1.
  23.  
  24. The program uses the CRCK2 routines in SYSLIB. If the CRC2 calls are
  25. replaced with CRC calls to SYSLIB, the value returned is the same as
  26. the one computed and placed into the LBR directory by LU300.
  27.  
  28. For those using the CHEK program instead of CRCK, a version of
  29. LCHEK is forthcoming.
  30.