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

some odd bug that makes basic almost useless #71

Open
wdthompson opened this issue Aug 9, 2024 · 2 comments
Open

some odd bug that makes basic almost useless #71

wdthompson opened this issue Aug 9, 2024 · 2 comments

Comments

@wdthompson
Copy link

wdthompson commented Aug 9, 2024

I thought I was losing my mind, it works for other people
I have found a quite cumbersome work-around

LOAD /bbcbasic.bin
RUN . /some/path/to/some.bas
----- this will work, nothing else will
So you have to *bye and do this all over again for some other bas
ie (errors are)
LOAD some.bas
No such variable
LOAD . some.bas
Type mismatch
If I replace LOAD with RUN the errors are the same

mos 1.04rc1
I don't know how to get basic version

@wdthompson
Copy link
Author

And I did a update to console8 current, still the same
(both mos and vdp)

@wdthompson
Copy link
Author

wdthompson commented Aug 12, 2024

Stupid me,, now I see, the filename has to be enclosed in quotes..." "
LOAD "some.bas" ... this works OK
Maybe in the FAQ?

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