I'm not familiar with your programmer so will let someone else chime in who can help there, but regarding seeing data in the last address of the memory, that is the internal oscillator calibration byte put in by Microchip into all 12F629's. Check the data sheet. Do not overwrite that byte; or at least if you are going to erase the entire chip then take a note of that byte so you can write the value back to the chip later. If you're going to use the internal oscillator and the program uses critical timing you will want to invoke the oscillator calibration statement as explained in the PICBasic manual.
Bookmarks