Hi Brian,
In the CONFIG line for MPASM, there must be 2 underscores before the word CONFIG, and a space after it. And some of the options should be different
And keep in mind that MPASM is CASE Sensitive (unless you use the command line option to disable case sensitivity).Code:@ __CONFIG _HS_OSC &_BODEN_OFF &_PWRTE_ON &_WDT_ON &_CP_OFF
HTH,
Darrel
Bookmarks