DT,
I don't know if my last reply got through, so I will list the code below that the assemblier is looking at.
Note: The last two lines are the problem, I think?? This code was included in the C:/pbp folder.....
Any ideas? Should I just remove the last two lines???
Thanks,
Picman 35
************************************************** **************
;* 16F917.INC *
;* *
;* By : Leonard Zerman, Jeff Schmoyer *
;* Notice : Copyright (c) 2005 microEngineering Labs, Inc. *
;* All Rights Reserved *
;* Date : 02/28/05 *
;* Version : 2.46a *
;* Notes : *
;************************************************* ***************
NOLIST
ifdef PM_USED
LIST
include 'M16F91x.INC' ; PM header
device pic16F917, xt_osc, wdt_on, protect_off
XALL
NOLIST
else
LIST
LIST p = 16F917, r = dec, w = -302
INCLUDE "P16F917.INC" ; MPASM Header
__config _XT_OSC & _WDT_ON & _CP_OFF
NOLIST
endif
LIST
#define EEDATA EEDATL
#define EEADR EEADRL
Bookmarks