msbasic/sym1_iscntc.s

8 lines
138 B
ArmAsm

.segment "CODE"
ISCNTC:
jsr INSTAT
bcc RET1
lda #$03
cmp #$03
;!!! runs into "STOP"