2011-06-11, 12:48:02
Add these lines in somewhere in settings.inc:
Comment/delete config words for enhanced PIC16F in the end of settings.inc
Uncomment config words for standard PIC16F in the end of settings.inc.
Now it should assemble.
Code:
ifndef EEADRL
#define EEADRL EEADR
endif
Comment/delete config words for enhanced PIC16F in the end of settings.inc
Uncomment config words for standard PIC16F in the end of settings.inc.
Now it should assemble.