mirror of
https://github.com/mist64/msbasic.git
synced 2024-12-21 17:30:09 +00:00
12 lines
193 B
ArmAsm
12 lines
193 B
ArmAsm
.segment "CODE"
|
|
ISCNTC:
|
|
lda $01
|
|
cmp #$03
|
|
beq LC6EF
|
|
lda #$01
|
|
rts
|
|
LC6EF:
|
|
nop
|
|
nop
|
|
cmp #$03
|
|
;!!! runs into "STOP"
|