Before we get too far, are you using internal EEProm or External? What type of pic are you using?
If its internal take a look at the DATA, and READ commands. These in combination with with a for/next loop should give you what you are looking for. The reason for 0 is as you are reading data from EEProm when you read 0 that tells the loop to stop and exit.
If External what type is it, I2C?
Bookmarks