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 15:24
Read: times


 
#22116 - RE: a pointer in code memeory with 89c51
If all you want to do is read a specific location from CODE memory, you can always use the CBYTE and CWORD Absolute Memory Access Macros.

There's also _at_ to define a "variable" at an absolute address (but note that you can't initialise it).

It's all in the C51 manual.

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