How can I make a linker.ld script insert symbols into asm?
Posted: Mon Oct 28, 2019 4:20 am
I read something on the wiki saying that it's a good idea to make my linker script "insert symbols indicating the start and end addresses of specific sections", which I'd then be able to reference from assembly code. How is this done? I did look at linker script documentation, but I found it hard to find anything.