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...
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...