I am importing a project from classic CW to CW 10. With classic CW the following assigns a global variable to a designated address
#pragma DATA_SEG RAM
int variable_name @0x0070;
The CW 10. gives syntax errors and bad character sequence encountered: @
What is the correct method of assigning a variable to a specific address with CW 10.
Thanks in advance.