| ??? 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 ? |
| Topic | Author | Date |
| 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 |



