mirror of
https://github.com/emmanuel-marty/lzsa.git
synced 2024-12-22 16:30:01 +00:00
remove temporary label
This commit is contained in:
parent
9cd9fa5939
commit
96b9933bd3
@ -122,7 +122,7 @@ ReadToken: ; first a byte token "O|LLL|MMMM" is read from the stream,
|
||||
; a length of the match that follows after the literals
|
||||
ld a,(hl) : and #70 : jr z,NoLiterals
|
||||
|
||||
.test cp #70 : jr z,MoreLiterals ; LLL=7 means 7+ literals...
|
||||
cp #70 : jr z,MoreLiterals ; LLL=7 means 7+ literals...
|
||||
rrca : rrca : rrca : rrca : ld c,a ; LLL<7 means 0..6 literals...
|
||||
|
||||
ld a,(hl) : NEXT_HL
|
||||
|
Loading…
Reference in New Issue
Block a user