mirror of
https://github.com/emmanuel-marty/lzsa.git
synced 2024-11-21 14:31:01 +00:00
Save 1 byte in 8088 decompressor
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user