| |||||
Technical Support Support Resources
Product Information | BL51: LOCATING FUNCTIONS AT ASCENDING ADDRESSESInformation in this article applies to:
QUESTIONWhen I link my C51 application, I would like to locate the functions in a source module in ascending order starting at a specific address. I know I can use the linker CODE directive to do this for each individual function, but can I do it for all the functions in a module? ANSWERNo. This is not possible with C51 Version 5. It has been added in C51 V6.01. Refer to BL51: USING WILDCARDS IN SEGMENT NAMES for more information. SEE ALSO
Last Reviewed: Wednesday, May 05, 2004 | ||||
| |||||