skye220
Newbie level 1

include p16f873.inc
I am doing my final year project, and My code comes with the header :
list p=pic16f873
include p16f873.inc
__config _hs_osc & _wdt_off & _pwrte_on & _lvp_off
problem is, when using the assembler, the flat assembler 1.69.03, it has no header file of "p16f873.inc". I notice that this file has to be present in the library in order for us to call it.
Is there a place i can dl this .inc file and put into the folder?
or, is there an assembler out there with ready p16f873.inc file inside?
Please help!
thank u so much...
I am doing my final year project, and My code comes with the header :
list p=pic16f873
include p16f873.inc
__config _hs_osc & _wdt_off & _pwrte_on & _lvp_off
problem is, when using the assembler, the flat assembler 1.69.03, it has no header file of "p16f873.inc". I notice that this file has to be present in the library in order for us to call it.
Is there a place i can dl this .inc file and put into the folder?
or, is there an assembler out there with ready p16f873.inc file inside?
Please help!
thank u so much...