Skip to content

Commit 6481cbc

Browse files
committed
Simplify comparison for detection of matched dot.
1 parent 278727b commit 6481cbc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/parse.asm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,6 @@ match_char:
293293
ldy bpos
294294
cmp #'a'
295295
bcc match
296-
cmp #'z'+1
297-
bcs match
298296
lda #'.'
299297
cmp (bptr),y
300298
beq matched_dot

0 commit comments

Comments
 (0)