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

section will arbitrary address

Can I specify to the linker to locate specific code/data in specific address (using assembly code).

Instead of using;
.section .ram, "awx"
I like to specify the specific address (I need to do it for many small data/instruction packages)..

Is there other directive like orig ???