tastybasic icon indicating copy to clipboard operation
tastybasic copied to clipboard

a BASIC interpreter for CP/M and the RetroBrew SBC v2, based on the Z80 port of Palo Alto Tiny Basic

Results 1 tastybasic issues
Sort by recently updated
recently updated
newest added

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)...