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