Hi I need to put some function in the first 8k area of my program. The function that i will put there is. START_MXB.asm Interrupt and my bootloader. This area should not be optmized and i don't want any library function in this area. My function main should start at 0x2000. And here I want to optimize. How should i set up my linker to solve this?