This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Locating Constant Data after all other Code

I woulkd like to put some standard text in all programs. This text needs to be after all other code in memory. I know that I can manually locate the string of text at a particular location. However, I don't want to do this because every time I make changes to the program I will have to manually relocate this string.
Is there a way that I can specify that this string of text must be located after all other code?

Regards
Nick

0