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.
If I can read between the lines, if I can't do this in a C source file, you CAN do this in an assembler file. I can produce an assembly listing as easyly as a C file.
That's the answer.... Thank you.