1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-15 02:29:32 +00:00
cc65/libsrc/zlib
Piotr Fusik 4266e712f2 Optimize inflatemem.
The new version is 30% shorter and 10% faster.
It also avoids the indirect-X addressing mode, which was a problem for PC-Engine.
2017-02-12 11:41:11 +01:00
..
adler32.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
crc32.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
inflatemem.s Optimize inflatemem. 2017-02-12 11:41:11 +01:00
uncompress.c Made _afailed() and uncompress() be fastcall functions. 2015-03-13 07:35:47 -04:00