Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LIST/RUN not working on OSI version #5

Open
zhen-bot opened this issue Jan 7, 2021 · 1 comment
Open

LIST/RUN not working on OSI version #5

zhen-bot opened this issue Jan 7, 2021 · 1 comment

Comments

@zhen-bot
Copy link

zhen-bot commented Jan 7, 2021

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
Copy link
Author

zhen-bot commented Jan 7, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant