Quote Originally Posted by mister_e
it must work AS IS but maybe your PIC programmer software is not set correctly.

Check for a PROGRAM EEPROM location or something like that.

Code:
    DATA @10,10,20,30
    DATA @60,$AB,$01,$CD,$02 ' Must split WORD sized in 2 BYtes
Hello Steve,

I didn't quite understand your explanation that it must be split WORD sized in 2 BYtes or how to do that for the particular word variables that I want to use in my DATA statements? If my DATA @ statements must work AS IS then why would the WORD sized variables have to be split into 2 bytes?

Also, which part of my programmer software are you making reference to that may not be set correctly? Would that have anything to do with the way I have my configuration fuse's set in my program?

I've been searching the archives (for many late nights now) and can't find anyone else that's had this problem with the DATA @ statements for the 18F452.

Any further help would be welcomed.

Thanks
jessey