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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/16/03 19:13
Read: times


 
#36586 - RE: Memory models & Keil

Declare a new type...

typedef xdata unsigned char XU8;

then declare the variable
XU8 test;

This then places the variable in Xdata

Remember that data is 128 bytes,to use the upper 128 you use idata (if your uPis so equipped.

List of 10 messages in thread
TopicAuthorDate
Memory models & Keil            01/01/70 00:00      
RE: Memory models & Keil            01/01/70 00:00      
RE: Memory models & Keil            01/01/70 00:00      
RE: Memory models & Keil            01/01/70 00:00      
RE: Memory models & Keil            01/01/70 00:00      
RE: Memory models & Keil            01/01/70 00:00      
RE: Memory models & Keil            01/01/70 00:00      
RE: Memory models & Keil            01/01/70 00:00      
RE: Memory models & Keil            01/01/70 00:00      
RE: Keil Code (sic) Browser            01/01/70 00:00      

Back to Subject List