This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Reordering Intel hex file lines by address

I wrote software (for PC and my target micro) to download Intel hex format files.
It turns out it's much more efficient of the file is sorted by address. Is there
a linker command/directive that forces the lines of the output file to be sorted by
address ?

I'm using BL51 BANKED LINKER/LOCATER V6.2.

I think I've seen that the Extended Linker does that ... but would still be interested in
a linker directive if it turns out there is some incentive to use the regular linker.

Thank you