Mention the optimizations in a comment
This commit is contained in:
parent
bba961e54d
commit
c444ed5e4f
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
; Lauri Kasanen, 6 Jun 2017
|
; Lauri Kasanen, 6 Jun 2017
|
||||||
; (C) Mega Cat Studios
|
; (C) Mega Cat Studios
|
||||||
; An optimized LZ4 decompressor
|
; 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
|
.importzp sp, sreg, regsave, regbank
|
||||||
|
|
Loading…
Add table
Reference in a new issue