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.
I want to locate a C function at a specific location in the memory. How can I do that?
Regards, Gaurav
Use a linker control. Please read the Macro Assembler and Utilities User Guide, chapter 9 for further details.
E.g. if you want to place function foo() in file bar.c at 0x0200, the control is ?PR?foo?bar(0200h).
Thomas