Hi, I'm porting my application from C51 compiler to GCC compiler. I am wondering how I can map variables to absolute memory locations in GCC. I am currently using '_at_' keyword for doing that in C51. Thanks, VK