	**********************************************
	*          COMPRESS v1.0 for FargoII         *
	*		by Marc TEYSSIER	     *
	*           teyssier@cybercable.fr	     *
	**********************************************

Library needed : flib, complib.
Temporary mem needed : 2560 B for compression 1024 B for extraction


So, this little progie is a data compressor and extractor for the TI92.
It uses Huffman algorythm.
It allows you to simply compress and then extract any file on your TI92.
To make it work, just type from the HOME screen :
compress("folder\filename")
If the file isn't already compressed, it will be compressed, otherwise it will 
be uncompressed.
The compressed file has the same name as the original file, but its type is a DATA.
note : if you edit this data, the calc won't crash but the archive will be destroyed.

It looks like that :

00.W  SIZE           ( as every ti92's file )
02.B  00
03.B  Type of the original file

compressed datas ( organised just as any Hufflib's archive ) 

end.B $DD  ( means that this file is a DATA )

Look also at complib.h the library included with the zip file perhaps this could be
useful for some developpers.

The compress prog is not very well written because I've made it only to show an
example of my complib library which contains the routines for extraction and compression.
The lib is better written so it could be usefull for any developper ( specially for file
management ).
I don't think there must be lots of bugs. I could have forgotten some exceptions and
perhaps the check_mem routine is not good.
So, if you find any bug, please send me the file you were compressing so that I
could try to find out what's missing.
I hope it will help you.

History :
v0.1a : First version : very slow and buggy
v0.2a : A bit faster and fixes a small bug
v0.3b : very faster ( 4 times faster : 1K/sec )
v1.0  : fix a small bug in the check_mem routine 


Marc Teyssier
teyssier@cybercable.fr	   