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.
"I would like to determine the topmost address occupied by program code after linking." See my "digression" (Posted 10/31/02 8:01:43) in this thread: http://www.keil.com/forum/docs/thread1940.asp - it includes this very point!