Many Thanks Bruce,

We seem to be playing tag here but after reading your last post I found the proper .inc file in PBP, thanks for the clarifation. Cool.............

NOLIST
ifdef PM_USED
LIST
"Error: PM does not support this device. Use MPASM."
NOLIST
else
LIST
LIST p = 18F452, r = dec, w = -311, f = inhx32
INCLUDE "P18F452.INC" ; MPASM Header
__CONFIG _CONFIG1H, _OSCS_OFF_1H & _XT_OSC_1H
__CONFIG _CONFIG2H, _WDT_ON_2H & _WDTPS_128_2H
__CONFIG _CONFIG4L, _LVP_OFF_4L
NOLIST
endif
LIST
EEPROM_START EQU 0F00000h
BLOCK_SIZE EQU 8

And these are the 3 that I couldn't get to compile. It makes perfect sense now. Live and learn!! This list is great............

Many Thanks Again
jessey