All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephan Walter <stephan.walter@gmx.ch>
To: linux-assembly@vger.kernel.org
Subject: Re: gunzip
Date: Sat, 31 Aug 2002 17:08:43 +0200	[thread overview]
Message-ID: <20020831170843.549e30f9.stephan.walter@gmx.ch> (raw)
In-Reply-To: <1030783657.5588.8.camel@freyr.localnet>

On Sat, 31 Aug 2002 10:47:37 +0200, Ewald Wasscher
<ewald.wasscher@pobox.com> 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 ;-)

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)

Cheers,
Stephan

  reply	other threads:[~2002-08-31 15:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-31  8:47 gunzip Ewald Wasscher
2002-08-31 15:08 ` Stephan Walter [this message]
2002-09-04 22:29   ` gunzip Ewald Wasscher
2002-08-31 17:50 ` gunzip lx

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020831170843.549e30f9.stephan.walter@gmx.ch \
    --to=stephan.walter@gmx.ch \
    --cc=linux-assembly@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.