OK remming out the offending lines in MCS

Code:
ASM  ; 18F2550/4550, 20mhz crystal
;   __CONFIG    _CONFIG1L, _PLLDIV_5_1L & _CPUDIV_OSC1_PLL2_1L & _USBDIV_2_1L
;  __CONFIG    _CONFIG1H, _FOSC_HSPLL_HS_1H
   __CONFIG    _CONFIG2L, _PWRT_ON_2L  
   __CONFIG    _CONFIG2H, _WDT_ON_2H & _WDTPS_512_2H
   __CONFIG    _CONFIG3H, _PBADEN_OFF_3H
  __CONFIG    _CONFIG4L, _LVP_OFF_4L & _XINST_OFF_4L
ENDASM

'DEFINE  OSC 20
DEFINE  OSC 48
works, however loading the code into the pic results in nothing being displayed on the LCD (must be a timing issue)... I'll try some further examples of code that Darrel and I had working on an 18F4550 and see if I can get that working