                  Approximate Memory Requirements in bytes

This is the minimum required to run the program and get a verbose listing:

            Ŀ
             Basic Program                    :    69,120  
             * Environment                    :       512  
             * PCB Stuff (Status lines, etc.) :       342  
             --------------------------------------------  
             Total                            :    70,726  
                                                           
                        * your mileage may vary            
            

If you actually expect to be able to read files contained in the
archive, then the total free memory you'll need will vary according to
the compression method used on the file you want to read.  The following
represents the total free memory required prior to running ZFV (ie. the
numbers include what is shown above as the minimum) for each supported
compression method:

ZIP
   unSHRINK                 143,990
   unREDUCE                  83,558
   unIMPLODE                 83,094

ARC
   Methods 1 through 3       69,872
   Method 4                  71,770
   Methods 5 through 7       99,430
   Methods 8 and 9          103,571

LZH
   unFREEZE                  79,342


