How can I place constants and variables to specific addresses in the FLASH and RAM ? Is there an equivalent for the C166 compiler like the _at_ <addr> which exists for the C51 compiler. I am sure there must be a more comfortable way instead of declaring the identifiers in a stand-alone C module and using the location control directives. Thanks for any comments and hints. Chris Schnyder
just like this: #define cUW_CRC_Wert_Page1 MVAR(const UWORD, 0x10000) #define cUW_CRC_Wert_Page2 MVAR(const UWORD, 0x10002) also include : absacc.h" Best regards