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