mirror of
https://github.com/emmanuel-marty/lzsa.git
synced 2025-08-08 18:25:00 +00:00
remove temporary label
This commit is contained in:
@@ -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
|
; a length of the match that follows after the literals
|
||||||
ld a,(hl) : and #70 : jr z,NoLiterals
|
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...
|
rrca : rrca : rrca : rrca : ld c,a ; LLL<7 means 0..6 literals...
|
||||||
|
|
||||||
ld a,(hl) : NEXT_HL
|
ld a,(hl) : NEXT_HL
|
||||||
|
Reference in New Issue
Block a user