How much remaining memory space in ESP
Posted: Sat Nov 21, 2015 5:47 pm
Would it be possible to have the IDE display remaining "Heap" size? (if that is the correct term)
or possibly it would be better to make it a command that one can add to the end of code that you are experimenting with (then you can eliminate it if you don't want it)
For now I am only experimenting with the ESP-01 module with 512K
One of the things that comes to mind as you develop this awesome BASIC is to try and avoid "Code Bloat"
An additional question would be... Is it possible to merge or include other types of commands that are not BASIC in ones code or in a separate file that you call from your BASIC program??
Or is it the case that once one loads the BASIC OS then all code must be in BASIC
or possibly it would be better to make it a command that one can add to the end of code that you are experimenting with (then you can eliminate it if you don't want it)
For now I am only experimenting with the ESP-01 module with 512K
One of the things that comes to mind as you develop this awesome BASIC is to try and avoid "Code Bloat"
An additional question would be... Is it possible to merge or include other types of commands that are not BASIC in ones code or in a separate file that you call from your BASIC program??
Or is it the case that once one loads the BASIC OS then all code must be in BASIC