Hello,
I have the following line of code which I need to store in the IDATA memory starting from 92H.
char code *text_to_compare = "Tesing";
How can I achieve this please?
And you can have a pointer which is both stored in and points to IDATA.
Just like you can also have a const pointer to const data.