I want to split my program in two and locate at differenct addreses. main program may be located at 0x1000. and only one function called by main shall be located at say 0x8000. how to create that function and compile using CA51 and load it into the Cygnal F124. this is required because we frequenctly change these function not all the main program. i shall be able compile the single function and load it into the code memory at 0x8000.