Posted by Priest on January 11, 2002 at 00:40:46:
In Reply to: Re: programming pics posted by Luke De Vincentis on January 10, 2002 at 16:45:24:
: When you say change the definition do you also mean change #include to p16f84?
Thats it exactly, the include file contains microchips definition, its basically a file that specifies ports and suchlike for each chip.
: Also I was wondering where does this include file come from? I dont have it. Is it hardcoded on to the microchip?
The inc files should be available to download from the microchip website. When you compile the digigun code you need all files referenced in the .ASM file. That means the appropriate Pic .INC file as well as any others.
Im assuming you have the compiler software already to generate your final .HEX file ?