How to access the multiple files in Dynamic C?

Hello,
I am using Rabbit Sys. I am writing a very lengthy coding. So I want to separte my coding as a modules. How can i access the different C files in my current source code in Dynamic C. Can you please give me the suggestion for this. If you send the sample code for this, I will be very happy.

Thanks in advance.

There is no OS run on the Rabbit, so what you are attempting to do is not only very difficult, but not recommended. There is no inherent mechanism to allow loading and running of modules or overlays in DC. The only way you could do this would be to load sections of your code to XRAM and call into it, but this is not trivial, and has many risks. Could you move to a larger core that has more code space?

Thank you bsprouse…