Is there a way to load multiple absolute .omf files into the uVision3 simulator? Or, alternatively, is there a tool to combine multiple absolute .omf files into a single absolute .omf file?
Is there a way to load multiple absolute .omf files into the uVision3 simulator? Unless something broke rather recently: no. Just use the debugger internal command "load" more than once, in your debug session's .ini script. There's a drawback, though: only the symbols from the last file you load will be reachable in the debugger. I usually just loaded the .hex files instead.
Thanks for the pointer to the LOAD command. It looks like it will preserve all the symbols if you use the INCREMENTAL option.