mirror of
https://github.com/mist64/msbasic.git
synced 2025-01-18 09:30:14 +00:00
10 lines
184 B
ArmAsm
10 lines
184 B
ArmAsm
|
.segment "CODE"
|
||
|
ISCNTC:
|
||
|
lda #$01
|
||
|
bit $1740
|
||
|
bmi RET2
|
||
|
ldx #$08
|
||
|
lda #$03
|
||
|
clc
|
||
|
cmp #$03
|
||
|
;!!! runs into "STOP"
|