mirror of
https://github.com/mist64/msbasic.git
synced 2024-12-12 03:29:52 +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"
|