mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
Mention the optimizations in a comment
This commit is contained in:
parent
bba961e54d
commit
c444ed5e4f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user