Skip to content

Commit 9840b8f

Browse files
Corrected out-of-range branch
1 parent 0d97a7a commit 9840b8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nos/src/nos.s

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4420,13 +4420,15 @@ FILL_LOOP01:
44204420
; Do again
44214421
@: JMP OVLBUF-OVL_FILL+FILL_LOOP01
44224422

4423+
FILL_QUIT:
4424+
RTS
4425+
44234426
FILL_ASCII2ADDR:
44244427
TAY
44254428
CLC
44264429
ADC #$04
44274430
STA RBUF
44284431
JSR ASCII2ADDR
4429-
FILL_QUIT:
44304432
RTS
44314433

44324434
FILL_ERROR_STR:

0 commit comments

Comments
 (0)