This commit is contained in:
Peter Ferrie 2019-07-09 18:44:37 -07:00
parent 15c9059adf
commit 68339ad961

View File

@ -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