Hi ,
I`m using PBP ,16F88 and Screamer bootloader.
I try to store messages in the Eeprom but the sentence DATA @100, " HOLA GENTE " is ignored in the program
I try to read the PIC con IC prog,and the eeprom don`t store the message ?.
The rest of the program work perfect.WRITE and READ commands working OK,but DATA don`t work ??
Here is an extract..
FLAGS=0
include "88.inc"
define inthand myint
DATA @100, " HOLA GENTE "
...................
...............
Any help? ,thanks !!
Bookmarks