summaryrefslogtreecommitdiff
path: root/firmware/decompressor/sh_nrv2e_d8.S (follow)
Commit message (Collapse)AuthorAge
* Fix assembler .size directives. Currently used binutils don't complain, but ↵Boris Gjenero2011-11-09
| | | | | | 2.21.1 treats these as errors. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30945 a1c6a512-1295-4272-9138-f99709370657
* Shave off another 4 instructions (8 bytes).Jens Arnold2008-11-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18970 a1c6a512-1295-4272-9138-f99709370657
* Save another 4 bytes without sacrificing performance by subroutine ↵Jens Arnold2008-10-29
| | | | | | rearrangement. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18916 a1c6a512-1295-4272-9138-f99709370657
* Self-extractor for on-disk firmware image: UCL decompressor in SH1 assembler ↵Jens Arnold2008-10-28
- less than half the size of the compiled C function, and ~45% faster. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18904 a1c6a512-1295-4272-9138-f99709370657