1
0
mirror of https://github.com/emmanuel-marty/lzsa.git synced 2025-04-19 13:39:42 +00:00

Save 1 byte in 8088 decompressor

This commit is contained in:
emmanuel-marty 2019-04-06 00:21:15 +02:00
parent 1353573af1
commit e24320b23b

@ -113,5 +113,5 @@ lzsa_decompress:
.large_varlen:
lodsw ; grab 16-bit extra length
mov cx,ax
xchg cx,ax
ret