Dec 312016
 

Docent wrote a decompressor the the LZ4 compression algorithm, which can be used on any Zilog Z80 CPU. The focus of the LZ4 compression algorithm is a fast decompression speed and a small decompression routine. The size of Docents version of the decompression routine is 219 bytes (raw decompression routine under 110 bytes) and it supports the legacy and the newest LZ4 format (except for framing).
You can download the latest version of the decompression code here or at the end of this news.

Features

  • decompresses files packed by lz4 command line packer and raw lz4 compressed data
  • supports legacy and the newest lz4 file format (except framing)
  • fully relocatable code
  • total size of 219 bytes size with raw decompression routine below 110 bytes
  • cpc firmware friendly (no alternate register set used)
  • ROM friendly – no self modifying code or additional memory required
  • simple interface – only start of file in memory and target memory destination required

 

LZ4 Decompressor
LZ4 Decompressor
LZ4-Decompressor.zip
7.0 KiB
280 Downloads
Details

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close