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

LOAD does not load complete program #5

Open
dimitrit opened this issue Mar 25, 2023 · 1 comment
Open

LOAD does not load complete program #5

dimitrit opened this issue Mar 25, 2023 · 1 comment

Comments

@dimitrit
Copy link
Owner

LOAD fails to load the complete program if a program line number in hex includes 0x1A, for example:

1000 PRINT "HELLO"
1050 PRINT "GOODBYE"

In this example line 1050 (0x041A) will fail to load.

@dimitrit
Copy link
Owner Author

Issue is caused by the 'end of file' detection incorrectly identifying the 0x1A in the line number as EOF.

dimitrit added a commit that referenced this issue Mar 25, 2023
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