Free, zlib licensed ZX0 decompressor for the 68000 (optimized for speed)
Go to file
2021-10-01 17:24:31 +02:00
OLD_V1 Decompress new V2 format 2021-10-01 17:24:31 +02:00
LICENSE.md Add license 2021-03-25 10:15:21 +01:00
README.md Add README 2021-03-25 10:13:45 +01:00
unzx0_68000.S Decompress new V2 format 2021-10-01 17:24:31 +02:00

A fast decompressor for the ZX0 format for 680x0 CPUs.

ZX0 by Einar Saukas, a successor to ZX7, reaches compression ratios in the ballpark of Exomizer, without requiring any decompression tables.

Use ZX0 for compression here.

The ZX0 depacker for 680x0 is available under the zlib license. You can use it in any way that you like.