mirror of
https://github.com/emmanuel-marty/lzsa.git
synced 2024-12-22 16:30:01 +00:00
Fix typo in 8088 decompressor comments
This commit is contained in:
parent
953f2934a1
commit
02592cfe3b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user