Hi All
***a var word
***c var byte
***EEPROM 0,[$0a07,$0b09,$0c0a]
***Read 0, a.highbyte
***Read 1, a.lowbyte
***c= a.highbyte + a.highbyte
Above code wil return
a.highbyte=&0a
a.lowbyte=$07
c=17 (decimal)
Am I right????
Hi All
***a var word
***c var byte
***EEPROM 0,[$0a07,$0b09,$0c0a]
***Read 0, a.highbyte
***Read 1, a.lowbyte
***c= a.highbyte + a.highbyte
Above code wil return
a.highbyte=&0a
a.lowbyte=$07
c=17 (decimal)
Am I right????
Bookmarks