Defining Variables for Common/Shared RAM Addresses
Can variables be defined using the udata directive to place a variable in the 8-bit PIC® device's shared RAM (addresses 70h to 7Fh)?
The correct directive to define variables in the Common RAM section of the memory is 'udata_shr'. The syntax is [label] udata_shr [RAM_address].