Hello, I am writing a bootloader for a 8051 with PSD flash/ EEPROM memory. For now, I want to put it at a high adress in the eeprom memory and want to use it to reprogramm the flash memory. At adress zero there is flash memory. Is there a way to tell the linker to put the library functions into the eeprom at a high adress (Bank 0 would be ok, but NOT a very low adress). Regards: Uwe Fechner