Hi,
I'm using EEPROM command with PBP,Microcode studio plus (IDE),pic18F1320
I'm not getting the right values in the EEPROM.
EEPROM 0,[0,0,0,8,0]

Only three of the above locations are programmed.
I'm also trying to program the EEPROM locations individually:
EEPROM 0,[ ]
EEPROM 1,[ ]
EEPROM 2,[ ]
and so on
It worked with me before with 16F84 & 16F873.
I'm using the EPIC programmer software to check EEPROM contents.
I'm also running my software still not working.
Do I need any pathes or includes ??
I'm using PBP V2.46 & upgraded my EPIC software.
Can anyone help please.