1
0
mirror of https://github.com/pfusik/zlib6502.git synced 2024-06-03 11:29:39 +00:00
Commit Graph

21 Commits

Author SHA1 Message Date
Piotr Fusik
f7af9d3980 Clean up .gitignore 2017-11-06 19:06:38 +01:00
Piotr Fusik
f196d9bc3a Fix a comment. 2017-11-06 07:39:41 +01:00
Piotr Fusik
3faede80c3 zopfli beats the other compression methods. 2017-02-12 19:40:36 +01:00
Piotr Fusik
5d41b9a647 Shorten by two bytes. 2017-02-12 11:28:55 +01:00
Piotr Fusik
8498d8fde7 Shorten by one byte. 2017-02-07 17:46:10 +01:00
Piotr Fusik
fd18d5618d Shorten the labels. 2017-02-07 15:51:06 +01:00
Piotr Fusik
ebbddee192 Shorten by two bytes.
Obviously there's no $ff temporary code.
2017-02-07 15:13:10 +01:00
Piotr Fusik
e5dfc7db2f Make the routine ROM-friendly - the initialized data is now constant. Shorten by four bytes. 2017-02-07 15:04:19 +01:00
Piotr Fusik
bc8b90cf24 Shorten the code by one byte. 2017-02-07 11:18:27 +01:00
Piotr Fusik
15c46f525e Makefile. 2013-10-02 11:13:41 +02:00
Piotr Fusik
ca04480869 Clear git executable bit. 2013-10-02 11:13:22 +02:00
Piotr Fusik
bfa593aba8 README: correct creation year and shell escapes, clarify readByte. 2013-10-02 11:12:29 +02:00
Piotr Fusik
efa15c53d1 README. 2013-10-01 19:10:40 +02:00
Piotr Fusik
b4ecaaeb5e Command-line converter from ZIP to DEFLATE. 2013-10-01 16:58:13 +02:00
Piotr Fusik
ce3d27e006 Command-line converter from GZIP to DEFLATE. 2013-09-09 09:28:27 +02:00
Piotr Fusik
a9c38e537e Optimize size and speed. 2013-09-09 09:28:27 +02:00
Piotr Fusik
35cc87a05c Add comments. Optional support for DEFLATE64. 2013-09-09 09:28:26 +02:00
Piotr Fusik
da25b5975e Optimize code by two bytes. 2013-09-09 09:28:26 +02:00
Piotr Fusik
16403f6976 Command-line utility to compress to DEFLATE using zlib. 2013-09-09 09:28:25 +02:00
Piotr Fusik
3a52942f94 Use less memory. More verbatim labels. 2013-09-09 09:28:25 +02:00
Piotr Fusik
3455fd77a5 First version. 2013-09-09 09:28:25 +02:00