Also
Code:
@device 18F4550, WDT_ON
is PM syntax.

Must use MPASM for 18Fs
Code:
@ __CONFIG    _CONFIG2H, _WDT_ON_2H & _WDTPS_512_2H
A good late night read.
http://www.picbasic.co.uk/forum/showthread.php?t=543