Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/24/02 12:12
Read: times


 
#22109 - RE: a pointer in code memeory with 89c51
hi,
like Andy said there should be nothing preventing u from accessing the code memory. search keil knowledge base for additional help (www.keil.com).
we have used pointers to code memory, i am pasting some part of it, hope it will help u.

unsigned char code *p,*q;
p = (unsigned char code *) 0xCFFF;

it is as simple as that.

Good Luck
Shweta


List of 15 messages in thread
TopicAuthorDate
a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      

Back to Subject List