hello every one
i am trying to create a pointer to two dimensional character array located in code space of 8051
i am getting a warning of c182:pointer to different objects
my code is like this
unsigned char code table[120][5]={some values}//array daclaration
unsigned char code **ptr;//pointer to code memory
ptr = table;//trying to access this way
can any one tell what is the mistake in it
thanks®ards ganesh
thanks every one and special thanks to
Hans-Bernhard Broeker i did as u said
and i got the result
i think i got to work more on this arrays concept i previously worked on the two dimensional arrays but never faced this kind of situation
any way thanks to all of u