lb3361
lb3361
This issue should be closed since glcc already does such optimizations (when they make sense in the new code)
Suggesting to close this issue since we have SYS_CopyMemory and SYS_CopyMemoryExt
This issue should be closed since glcc fixes it.
Suggesting to close this issue since glcc does this correctly already (on both roms v4 --with code-- and v5a+ --with cmphi/cmphs).
I believe the following patch in MSBASIC.gcl fixes the problem: ``` +-----------------------------------------------------------------------} *=$3100 -_SaveChar=$30fe {vCPU adds 2 and wraps to $3000} +_SaveChar=$31fe {vCPU adds 2 and wraps to $3100} [do...
glcc can now place globals in page zero using the __near type qualifier.