mirror of
https://github.com/emmanuel-marty/lzsa.git
synced 2025-08-08 18:25:00 +00:00
Save 1 byte in 8088 decompressor
This commit is contained in:
@@ -113,5 +113,5 @@ lzsa_decompress:
|
||||
|
||||
.large_varlen:
|
||||
lodsw ; grab 16-bit extra length
|
||||
mov cx,ax
|
||||
xchg cx,ax
|
||||
ret
|
||||
|
Reference in New Issue
Block a user