I'll have to think on the even/odd number thing.
I get you on the w0, b0 and b1. They are attached to each other so anything done to one affects one or both of the remaining two.
If I had this:
w0=3250
write 0,b0
write 1,b1
That would write the entire WORD to eeprom correct?
And, if I did this:
read 0,b0
read 1,b1
number = w0
The variable called "number" would be intact as 3250? (never mind that I probably don't need to read it since it is still intact as w0 to begin with)
Bart
Bookmarks