mirror of
https://github.com/emmanuel-marty/lzsa.git
synced 2025-01-16 15:29:51 +00:00
smaller
This commit is contained in:
parent
15c9059adf
commit
68339ad961
@ -139,8 +139,7 @@ lzsa2_decompress:
|
||||
xchg si,ax
|
||||
push es
|
||||
pop ds
|
||||
mov si,di ; ds:si now points at back reference in output data
|
||||
add si,bp
|
||||
lea si,[bp+di] ; ds:si now points at back reference in output data
|
||||
rep movsb ; copy match
|
||||
xchg si,ax ; restore ds:si
|
||||
pop ds
|
||||
|
Loading…
x
Reference in New Issue
Block a user