We have a sequencer which is in a fixed location in ROM (0xf000-0xffff). It is produced by an external process that creates C source code and is compiled and linked into the final ROM. This I have been able to acomplish with ?CO?SEQUENCER(0XF000) on the BL51 Locate Tab.
At location 0x0030 I maintain version information. I would like to be able to include in the sequencer source file a __DATE__, __TIME__ directive to maintain the sequencer version data in this location.