home *** CD-ROM | disk | FTP | other *** search
/ Falcon 030 Power 2 / F030_POWER2.iso / ST_STE / MAGS / STOSBTS2.ARJ / stosbts2.msa / DATA / ICE_PACK.DAT < prev    next >
Text File  |  1987-04-22  |  2KB  |  41 lines

  1.                          ICE-PACKER ROUTINES
  2.                          ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  3.  
  4.      After spending sometime altering 68000 programs that they 
  5. were useable from within STOS, I took the chance to improve the 
  6. quality of STOS software by giving every STOS user the chance to 
  7. squeeze far more STOS banks and programs on to one disk. To do 
  8. this I made a number of very small alterations to the ICE-
  9. UNPACKER routines so that they, like the TCB Tracker routines, 
  10. were compatible with STOS basic. 
  11.  
  12.      The ICE-PACKER routines are very effective and the files I 
  13. have packed in the last couple of days, whilst working on the 
  14. routines have been packed on average to about 44% of their 
  15. original size, which means you could fit all the files from a 
  16. Double sided disk onto a Single sided disk, which is a great news 
  17. for all those single sided drive owners out their (Unlike me).
  18.  
  19.      The ICE-PACKER software is included on the disk for you to 
  20. use on your own files along with the unpack source and STOS 
  21. example. The ICE-PACKER program is called ICE-PACK.PRG and the 
  22. unpacker program is called DE-ICER.PRG
  23.  
  24.      In order to use the DE-ICER program in STOS you have to 
  25. follow the following rules of use.
  26.  
  27.      Load DE-ICER into memory bank
  28.      
  29.      Reserve memory bank for packed file
  30.  
  31.      Load packed file in to memory bank
  32.  
  33.      Reserve memory bank for unpacked file - Must be as big as 
  34.      original unpacked code.
  35.  
  36.      Let register A0 = start (PACKED BANK)
  37.      
  38.      Let register A1 = start (UNPACKED BANK)
  39.  
  40.      Call DE-ICER
  41.