Quote Originally Posted by Jerson View Post
Hi Joe

The initial write is to locations 7 and 8. The write inside the while loop is to 8,9. So, the location that I assume he's looking at is 7 this obviously wouldn't change from 0.
Hi Jerson, I get that, if you store your lawnmower in your own garage, looking next door will likely not find it. I am curious though, his statement :
Code:
WRITE 5,C1.Byte0 ' Write count into EEPROM location 5,6 for post-run count test
WRITE 6,C1.Byte1
is this valid in PBP ? And my second question pertains to his declaring i as WORD, Wouldn't he write it as var.lowbyte ?