It took a while to figure out, but I have converted my relocatable project to absolute. For those interested, here's how to do it:
Build a new project using absolute assembly.
Copythe project.ipe file from the old project to the new one. This way, no need to rebuild the Device Init. Then reload it into device Initialization and generate the MCUinit.inc file. It will generate an absolute file.
Copy all other source files to the new project.
Add the INCLUDE "MCUinit.inc" to the Main.asm file.
Now I can specify where I want all my code for my purposes.
Thanks all for the help...