03-30-2011, 05:24 PM
I forgot, in the Low section the strings and variables would be placed
there for the routines compiled with Low leaving only the heap as a common
data area for both sections of the program and a low limit could be 24KiB.
I did rewrite the code I posted above for speed, it uses direct POKEing into
the ATTR section of the display file instead of the String$ method.
Darkstar.
there for the routines compiled with Low leaving only the heap as a common
data area for both sections of the program and a low limit could be 24KiB.
I did rewrite the code I posted above for speed, it uses direct POKEing into
the ATTR section of the display file instead of the String$ method.
Darkstar.