home *** CD-ROM | disk | FTP | other *** search
/ ftp.uni-stuttgart.de/pub/systems/acorn/ / Acorn.tar / Acorn / 6502 / beginner / arc.arc / ArcDoc < prev    next >
Text File  |  1988-09-25  |  2KB  |  36 lines

  1. Manual for Arc ROM.
  2.  
  3. The ROM must be loaded into a sideways RAM bank. The Write Protect
  4. of the bank must be OFF when using the ROM, because the ROM uses
  5. the area of RAM after the code for a table. If the Write Protect
  6. is off the ROM will work normally, but the produced arcfile will
  7. contain nonsense when compression method 8 is used.
  8.  
  9. Start with :
  10.         *ARC
  11. Firstly you will be asked for the name of the Arc file which must
  12. be produced. Then the program will repeatedly ask for the name of
  13. a file which you want to include in the arcfile. Then you will be
  14. asked which "compression method" you want to use.
  15. You can enter :
  16.  
  17.         2 : Include the file without compressing.
  18.         8 : Dynamic Lempel-Zev compression. This method will
  19.             usually result in a considerable compression. There
  20.             are files, however, which will not be compressed and
  21.             even expand when this method is applied.
  22.  
  23. Together with each file in the arcfile, date and time will be
  24. included. If Osword 14 is available, it will be used to get the
  25. date and time, otherwise a fixed date and time are used
  26. ( September 25, 1988, 17:32 ).
  27.  
  28. When all files have been included in the arcfile, enter RETURN or
  29. ESCAPE at the prompt for a file name. The arcfile will be closed
  30. and the last active ROM will be started.
  31.  
  32. Note by Gerben Vos : ArcROM contains a bug, which causes some bytes
  33. to be lost when compressing some large files using method 8. You
  34. can check for this by decompressing the file. A workaround is to add
  35. a number of extra bytes at the end (typically between 10 and 20).
  36.