home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / compress / packers / twpacker / twpackpro.doc < prev    next >
Text File  |  1995-02-27  |  1KB  |  27 lines

  1. -----------------------------------------------------------------------------
  2. TWPackPro 1.0 - TWPackPro 1.0 - TWPackPro 1.0 - TWPackPro 1.0 - TWPackPro 1.0
  3. -----------------------------------------------------------------------------
  4.  
  5. The  Wave  proudly  presents  their  newest packer for programmers.  TWPack
  6. Professional  is fully compatible with TWPack.  It runs under OS 2.04 only.
  7.  
  8. The  packer  has  the same function as TWPack.  The Pack function will pack
  9. one  or  more  files  according to how many you select (you can select more
  10. than  one  file in the file requester if you hold down the SHIFT key).  The
  11. Write  source  function  will write a decruncher source code to a specified
  12. file.   The  last function Extension will turn on/off the ".twp" extension.
  13. If this switch is off the packer will overwrite the specified files.
  14.  
  15. The decruncher too is very easy to use. This is a simple front end to it:
  16.  
  17.         lea     $50000,a0       ; Pointer to crunched data
  18.         lea     $60000,a1       ; Pointer to place for decrunched data
  19.         lea     $70000,a2       ; Pointer to a 4500 byte decrunchbuffer
  20.         bsr     decrunch        ; Decrunch the data
  21.         rts
  22.  
  23. Everything  We  do  is  used  by  You!  Therefore requests/wishes to future
  24. changes will be welcome.
  25.  
  26.                                      Surfman of The Wave...
  27.