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 would like to determine the topmost address occupied by program code after linking. Is there a way to force the linker to place a certain module after all other modules? That module will contain only one symbol whose address will be the top-most used one (or, actually, top-most+1). This was maybe discussed before, but search gave no usable results.. regards Dejan
See the SEGMENTS or CODE linker directives.