From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ewald Wasscher Subject: Re: gunzip Date: Thu, 05 Sep 2002 00:29:31 +0200 Sender: linux-assembly-owner@vger.kernel.org Message-ID: <1031178572.25876.5.camel@freyr.localnet> References: <1030783657.5588.8.camel@freyr.localnet> <20020831170843.549e30f9.stephan.walter@gmx.ch> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20020831170843.549e30f9.stephan.walter@gmx.ch> List-Id: Content-Type: text/plain; charset="us-ascii" To: Stephan Walter Cc: linux-assembly@vger.kernel.org On Sat, 2002-08-31 at 17:08, Stephan Walter wrote: > On Sat, 31 Aug 2002 10:47:37 +0200, Ewald Wasscher > wrote: > > Hello all, > > > > Does anyone know if a mini implementation of g(un)zip in assembly > > exists? > > I do not know of any. Gzip's algorithm is quite complicated. But it > shouldn't be impossible to write one yourself ;-) Well, that depends on who you are... It would take a loooooong time for me. > > There is an LZSS compression algorithm implemented (see asmutils). I can > send you a LZP-compression program if you are interested (but it is not > mature yet) Yes please. If the compression ratio is good enough i will see if I can use it in a floppy based linux distribution. Ewald Wasscher