1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-17 00:29:31 +00:00

Mention the optimizations in a comment

This commit is contained in:
Lauri Kasanen 2017-06-09 10:42:24 +03:00
parent bba961e54d
commit c444ed5e4f

View File

@ -2,6 +2,9 @@
; Lauri Kasanen, 6 Jun 2017
; (C) Mega Cat Studios
; An optimized LZ4 decompressor
;
; Almost 7 times faster, uses no RAM (vs 14 bytes BSS), and takes 1/4 the space
; vs the official C source.
;
.importzp sp, sreg, regsave, regbank