We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d774065 commit 133cf97Copy full SHA for 133cf97
1 file changed
src/actions.asm
@@ -280,17 +280,13 @@ nloop:
280
cmp #'"'
281
beq eos
282
cmp #$9b
283
- beq err
+ beq xrts ; Exit with error, C = 1 on EQ.
284
; Store
285
store: inx
286
inc bpos
287
jsr parser_emit_byte
288
- bne nloop
289
-err: ; Restore opos and exit
290
- lda tmp1
291
- sta opos
292
- sec
293
- rts
+ bne nloop ; Jump always
+
294
eos: iny
295
lda (bptr), y
296
0 commit comments