Hello, I want to write a text e.g. the Version Number to a Specific memory Location in the Code area. EG the _at_ command by variables. The text should be seen in the hex file in ascii format (for version control). is this possible ??. Greetings Markus
"ask linker to put it at requested address?" Absolutely! Assigning addresses is the Linker's job; it should have nothing to do with the compiler.