Bug in EEPROM usage statistics

womai

Senior Member
The editor seems to ignore EEPROM locations preloaded with zeros. E.g.

data 10, (1,2,3,0,5)

will produce the message "data: 4 bytes used out of 128" when downloading to a Picaxe 28X, while obviously I used 5 bytes. Seems to be a weakness in the counting algorithm, instead of counting locations with nonzero content it should rather keep track of which locations have been accessed by using "data" or "eeprom" keywords.

JMHO

Wolfgang
 
Top