msbasic icon indicating copy to clipboard operation
msbasic copied to clipboard

LIST/RUN not working on OSI version

Open zhen-bot opened this issue 4 years ago • 1 comments

For example, PRINT "Hello" work fine, but 10 PRINT "Hello" RUN doesn't work. The line appears to be tokenized and stored to RAMSTART2 correctly, but LINGET never seems to work. FNDLIN always seems to look for LINNUM 00 00, even when it's 0A 00. However, even doing: 00 PRINT "Hello" RUN Doesn't work. I haven't dug further.

zhen-bot avatar Jan 07 '21 07:01 zhen-bot

Never mind User error It would appear the unified version of this posted here: http://searle.x10host.com/6502/Simple6502.html Has a modification to ISCNTC which causes it to always exit.

zhen-bot avatar Jan 07 '21 07:01 zhen-bot