decompress/source
2012-04-13 17:26:51 -05:00
..
huff_asm.s add huffman in asm 2012-04-13 16:05:48 -05:00
huff.c include string.h for sources that use memcpy/memcmp/memset 2012-04-12 10:31:25 -05:00
lz11_asm.s lz11_asm.s: add an aligned-copy loop when conditions are favorable. make some branch prediction optimizations and interleave instructions between ldr/str where possible 2012-04-13 17:26:51 -05:00
lz11.c add lz11 in C 2012-04-13 16:19:22 -05:00
lzss_asm.s lzss_asm.s: make some branch prediction optimizations and interleave instructions between ldr/str when possible 2012-04-11 14:28:45 -05:00
lzss_fincs.s add lzss in asm - fincs version 2012-04-11 14:09:40 -05:00
lzss.c include string.h for sources that use memcpy/memcmp/memset 2012-04-12 10:31:25 -05:00
main.c add lz11 in asm 2012-04-13 16:59:13 -05:00
rle_asm.s rle_asm.s: add comments; interleave instructions between ldr/str where possible 2012-04-11 15:09:42 -05:00
rle.c add rle in C and BIOS 2012-04-11 14:45:55 -05:00