home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / patches / compsa / !CompSA / !Help < prev    next >
Encoding:
Text File  |  1998-03-28  |  1.6 KB  |  46 lines

  1.                         ------------------------------
  2.                          CompSA v1.00 (25 March 1998)
  3.                              © David O'Shea 1998
  4.                         ------------------------------
  5.  
  6. Description:
  7. ------------
  8.  
  9.  CompSA is a program to patch files which don't run on the StrongARM due to
  10. the way in which they are compressed (those which you need to turn cache off
  11. to load but work ok if you turn the cache back on after loading). It will
  12. take files of type Absolute (FF8) or untyped files, and see if it thinks it
  13. can patch it. If so, it will modify the file (or a copy thereof) and attempt
  14. to make it work. It is by no means guaranteed to do so. In particular, files
  15. which were originally modules are unlikely to work, but these can be
  16. extracted manually by loading the file with cache off, then grabbing the
  17. module from memory (with !Zap, RMSave, or somesuch utility).
  18.  
  19.  This version supports two types of compression (with various families of
  20. those types) and others will be added as I work out how to patch them by
  21. hand.
  22.  
  23.  
  24. In Use:
  25. -------
  26.  
  27.  Just drag the file to be patched to the program icon, or to the text field,
  28. or type the filename in by hand. It will be copied to the second 'save as'
  29. field, and I recommend that you change this, unless the file is a copy. The
  30. program will try to warn you if it thinks it doesn't understand the
  31. compression, but there could be unforseen circumstances under which this
  32. might fail, so don't overwrite the original!
  33.  
  34.  
  35. History:
  36. --------
  37.  
  38.  v1.00    25 March 1998
  39.      First version, two types of compression supported.
  40.  
  41.  
  42. Contact:
  43. --------
  44.  
  45.  David O'Shea (d.oshea@cs.ucc.ie)
  46.