tastybasic
tastybasic copied to clipboard
LOAD does not load complete program
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.
Issue is caused by the 'end of file' detection incorrectly identifying the 0x1A in the line number as EOF.