BASICtools general questions
Posted: Wed Oct 24, 2012 3:03 pm
> 4. I don't see any way of listing the program once it is in the
> system. I guess once it moves from the input buffer it is converted
> to machine code and is not available on a symbolic level. I assume
> the best thing to do is just work with the text editor image of the
> program and reload it as the program grows. The memory dump looks
> like it will only be useful in tables and ASCII data.
>
Once the text is loaded, the source is not stored on the ARMexpress.
The next TclTerm will capture your typing be able to save it to a
file. Admittedly the dump @ is not too useful without a memory map,
and that will be addressed. We used the @ to debug the ARMbasic and
left it in, as it will be used by TclTerm to query memory.
BASICtools now has a LIST command when you are entering programs line by line, you can then cut and paste that into a text editor
> 5. Is there anyway to determine how much program room is left and
> any given time? Some type of available memory function?
Currently no, but this is a function we have on the BASIC-8 products,
so we will add this in some future release.
The latest compiler reports space used and available for BASIC programs
> system. I guess once it moves from the input buffer it is converted
> to machine code and is not available on a symbolic level. I assume
> the best thing to do is just work with the text editor image of the
> program and reload it as the program grows. The memory dump looks
> like it will only be useful in tables and ASCII data.
>
Once the text is loaded, the source is not stored on the ARMexpress.
The next TclTerm will capture your typing be able to save it to a
file. Admittedly the dump @ is not too useful without a memory map,
and that will be addressed. We used the @ to debug the ARMbasic and
left it in, as it will be used by TclTerm to query memory.
BASICtools now has a LIST command when you are entering programs line by line, you can then cut and paste that into a text editor
> 5. Is there anyway to determine how much program room is left and
> any given time? Some type of available memory function?
Currently no, but this is a function we have on the BASIC-8 products,
so we will add this in some future release.
The latest compiler reports space used and available for BASIC programs