EEPROM organiser?

Andrew Cowan

Senior Member
I've been writing code, which I am now trying to optimise.

It has EEPROM commands all over the place, and because it has been heavily modified and altered, the EEPROM usage is not continuous - eg there might be a gap of unused EEPROM from locations 65-70.

After downloading the program to my 18X, it says I have used 170 locations out of 255.

Apart from going through it very slowly, is there any method to show what locations have been used?

Thanks,

Andrew
 

BeanieBots

Moderator
You could run it in the simulator and then have a look at the memory map.
Not perfect, but probably easier/quicker than picking through the code.
 
Top