Thanks CrazyCat
. I now have the C code compiling at a higher memory address, likewise
its ram useage.
My next problem is how to send the compiled C code to the debugger, along with
an independant CW assembler code.
The C code will not change, but I need to be able to modify and assemble the assembler code
and send it the the debugger/flasher with the C code output.
Is there a way to tell the linker(?) or downloader to combine the two output files?