home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / enterprs / cpm / utils / s / unzip02.arc / UNZIPZ.DOC < prev   
Encoding:
Text File  |  1991-04-25  |  1.4 KB  |  36 lines

  1.                     UNZIPZ   vers 0.2
  2.                     Z-System UNZIPPER
  3.  
  4.  
  5. The files in this archive are my Z-modified version of UNZIP 1.2.  
  6. They consist of three files in order to make sure that the 
  7. unitialised data ends up at the end of all files linked.  Also, 
  8. because the unitialised data file (UDATZI.Z80) needed to share 
  9. some equates with the main program, all equates have been put in 
  10. a separate .LIB file.
  11.  
  12. The original program is fast and dirty.  This Z-modified version 
  13. gets rid of some of the dirty without sacrificing too much else.  
  14. Note however, it is only in embryonic stages... It has not 
  15. developed to the point of UNARCZ10 for example.
  16.  
  17. That said though, it does work, and well enough to find a niche 
  18. out there.  Its main advantage is speed when you wish to extract 
  19. all the files in the archive.  You can now specify particular 
  20. files to extract, but it isn't much quicker in that mode, as it 
  21. still decodes each file in the archive and checks its CRC. That 
  22. will change in a future version.
  23.  
  24. The display is now better, but it is very much in development 
  25. mode!  The idea is to have it approximately mimic UNARCZ10.  It 
  26. kind of does that now, but leaves out a lot of information... I'm 
  27. working on it!
  28.  
  29. Source code is included, but without comments.  If you'd like to 
  30. know more, contact me.
  31.  
  32. Simeon!
  33. Z-Node 62
  34. Perth
  35. Western Australia.
  36.