hi all iam working on cygnal mcus.i would like to make my code as compact as possible . iam performing memory operations , presently iam writing to external memory. but i would like to use pdata , could you please tellme how to write to pdata locations ,can i directly assign pointer to pdata will it work.? regards john e
Have you looked up the pdata keyword in the C51 Manual? It works exactly the same as the data, idata, xdata, and code keywords!