remove temporary label

This commit is contained in:
introspec 2020-01-02 14:32:30 +00:00 committed by GitHub
parent 9cd9fa5939
commit 96b9933bd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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