mirror of
https://codeberg.org/cryu/micro-sci-a2-controller
synced 2024-11-21 10:31:58 +00:00
Rework labels.
This commit is contained in:
parent
61dc141610
commit
dafa697693
@ -20,15 +20,15 @@ COUT := $FDED
|
||||
lda #0
|
||||
sta PRINTVEC
|
||||
ldy #<info ; offset of data begin
|
||||
LC617: lda (PRINTVEC),y
|
||||
LC619: bmi doit
|
||||
loop0: lda (PRINTVEC),y
|
||||
bmi :+
|
||||
tax
|
||||
jsr PRBL2
|
||||
beq loop1
|
||||
doit: jsr COUT
|
||||
: jsr COUT
|
||||
loop1: iny
|
||||
bne LC617
|
||||
LC627: beq LC627
|
||||
bne loop0
|
||||
: beq :-
|
||||
|
||||
; Splash screen
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user