mirror of
https://github.com/mist64/msbasic.git
synced 2024-11-16 15:04:59 +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"
|