mirror of
https://github.com/mist64/msbasic.git
synced 2024-12-22 08:29:21 +00:00
12 lines
201 B
ArmAsm
12 lines
201 B
ArmAsm
.segment "CODE"
|
|
ISCNTC:
|
|
jmp MONISCNTC
|
|
nop
|
|
nop
|
|
nop
|
|
nop
|
|
lsr a
|
|
bcc RET2
|
|
jsr GETLN
|
|
cmp #$03
|
|
;!!! runs into "STOP"
|