mirror of
https://github.com/emmanuel-marty/lzsa.git
synced 2024-11-22 05:33:58 +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:
|
.large_varlen:
|
||||||
lodsw ; grab 16-bit extra length
|
lodsw ; grab 16-bit extra length
|
||||||
mov cx,ax
|
xchg cx,ax
|
||||||
ret
|
ret
|
||||||
|
Loading…
Reference in New Issue
Block a user