lzsa/asm/8088
mobygamer f123a6d9df Submit 8086-optimized decompressor using jump tables
Because the 8086's BIU is more efficient and can read a word in
a single operation, we can skew LZSA1 decompression faster on 8086
by using a jump table to eliminate 2 comparions.
2019-07-11 17:22:29 -05:00
..
decompress_small_v1.S Check in LZSA2 implementation (ratio competitive with ZX7, faster decompression) 2019-05-09 16:51:29 +02:00
decompress_small_v2.S Don't use 80186 opcodes. Issue #3 2019-06-27 18:32:49 +02:00
LZSA1FTA.ASM Submit 8086-optimized decompressor using jump tables 2019-07-11 17:22:29 -05:00
LZSA1JMP.ASM Submit 8086-optimized decompressor using jump tables 2019-07-11 17:22:29 -05:00