mirror of
https://github.com/mist64/msbasic.git
synced 2024-11-05 05:05:01 +00:00
12 lines
210 B
ArmAsm
12 lines
210 B
ArmAsm
.segment "CODE"
|
|
ISCNTC:
|
|
jmp MONISCNTC
|
|
nop
|
|
nop
|
|
nop
|
|
nop
|
|
lsr a
|
|
bcc RET2
|
|
jsr GETLN
|
|
cmp #$03
|
|
;!!! *used*to* run into "STOP"
|