Using uV2, the RL51 linker arranges the relocateable code modules in order of size, starting with the largest modules and ending with the smallest. I have a need to always have one module appear at the end, without specifing an absolute address. Any suggestions? Thanks...
Are you sure you're barking up the right tree? There's no RL51 anywhere in the Keil toolchain, AFAICS. LX51 has SEGMENTS(SEGMENTNAME (LAST)) for this.
My apolgies... it's the BL51 linker. Just found the answer. The NOSORTSIZE linker control allows module placement in the same order as in the input file. Thanks...