05-30-2023, 10:11 AM
By default the compiled program starts at 32768 (Upper 32K of memory).
Try compiling with --org 26000 for example and see if it works (it gives you 6k more of memory).
What compiler version are you using?
Try compiling with --org 26000 for example and see if it works (it gives you 6k more of memory).
What compiler version are you using?