I would like to know if I can use "_at_" to locate struct members to absolute memory locations. For instance, I have a struct variable defined as following,
xdata struct { unsigned char member1; unsigned char member2; . . unsigned char member5; unsigned char member6; } myStruct;
View all questions in Keil forum