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
hi, why do not create code segment (via stand-alone C-module) and then ask linker to put it at requested address? It is described in Keil C51 manual. cu
"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.