We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I've configured the memory model to HUGE and I have more than 64kb ROM space. I'm working on a project using C compiler. I noticed that if I declare the ECODE class, all functions will be placed in ECODE. Is there a way to force functions into CODE so that the compiler will use LCALL instead of ECALL to the functions?
Thanks in advance.