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