tastybasic icon indicating copy to clipboard operation
tastybasic copied to clipboard

LOAD does not load complete program

Open dimitrit opened this issue 2 years ago • 1 comments

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 avatar Mar 25 '23 09:03 dimitrit

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

dimitrit avatar Mar 25 '23 09:03 dimitrit