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?
I am more familiar with assembly and that's why I am finding it difficult to achieve this.
I did search the web and found this:
http://www.keil.com/support/man/docs/c51/c51_le_absvarloc.htm
In this tutorial the code §struct link list idata _at_ 0x40; is used. I tried changing this code from a structure to a string but unfortunately it did not work.
PS: Sorry for my poor English.