Fix typo in 8088 decompressor comments

This commit is contained in:
emmanuel-marty 2019-04-10 17:30:13 +02:00
parent 953f2934a1
commit 02592cfe3b

View File

@ -38,7 +38,7 @@ lzsa_decompress:
.decode_token:
mov ax,cx ; clear ah - cx is zero from above or from after rep movsb in .copy_match
lodsb ; read token byte: LLL|MMMM|O
lodsb ; read token byte: O|LLL|MMMM
mov dx,ax ; keep token in dl
and al,070H ; isolate literals length in token (LLL)