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.
In Assembly,we can use macro "ORG XXXXH" define the subroutine's entry.How I can realize this in C? Thanks for help!
You can't. Only way is to compile your function as a separate module and tell linker where to locate it... regards Dejan