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

Back to Subject List

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


 
#19690 - RE: NVRAM Howto... Gerry
Suppose I declare an XDATA variable in my program , would it be
automatically intialised as zero , for example :



   int XDATA non_vol    _at_0x0010;    //variable at 0010h
   .
   .
   .
   if(some_event_occured)
   {
      non_vol++;                    //increment var on some event
   }




Would this work ?

List of 11 messages in thread
TopicAuthorDate
NVRAM Howto...            01/01/70 00:00      
RE: NVRAM Howto...            01/01/70 00:00      
RE: NVRAM Howto...            01/01/70 00:00      
RE: NVRAM Howto...            01/01/70 00:00      
RE: NVRAM Howto... Gerry            01/01/70 00:00      
RE: NVRAM Howto... Gerry            01/01/70 00:00      
RE: NVRAM Howto... Gerry            01/01/70 00:00      
RE: NVRAM Howto... more            01/01/70 00:00      
RE: NVRAM Howto... more            01/01/70 00:00      
RE: NVRAM Howto... Erik            01/01/70 00:00      
RE: NVRAM Howto... Erik            01/01/70 00:00      

Back to Subject List