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

How does keil mdk linker link code sections?

I want to write an assembly program made up of several source files. How can I get to know the order of these code sections. Code location is essential in assembly language.
Sometimes I need to place a code segment in a fixed location. For example, if I want to put the exception vector table and sp initialization code in the starting point in ROM, what should do. Or what can I do? JUST leave this job to the assembler? How does the linker handle this by default?