I am kind of confused about using the _at_ keyword to assign a specific address to a variable.
so for example :
extern xdata char variable _at_ 0x000f;
it fills 3 bytes in xram . can any one explain how is the compiler handling these sequence. Thank you !
"1) definition/declaration can be found as synonyms in any crossword handbook."
C, however, makes a distinction between the two:
c-faq.com/.../decldef.html