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

View File

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