03-13-2021, 02:10 PM
I wonder if there is a way to print the available memory your compile ZX Basic program has used whilst running it?
One more question on memory usage, which would be better in terms of reducing memory overhead?
1) IF WORD$ = "SAVE WORLD" THEN
or
2) IF WORD = 99 and WORD=98 THEN
thanks in advance
Ken
One more question on memory usage, which would be better in terms of reducing memory overhead?
1) IF WORD$ = "SAVE WORLD" THEN
or
2) IF WORD = 99 and WORD=98 THEN
thanks in advance
Ken