> Hi. Is there anything in the works (or would it be acceptable) to add > an "org" attr - the idea being that one could place a data structure > at a specific memory location in the code? You don't need another language extension for that. Make it extern in your code and set the location of it in your linker script. RJL