You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: