The first error indicates you have not commented out the __config line if the 16F690.INC
file that's used with the MPASM assembler. Make sure you do before compiling if you insert
the MPASM @ __config directive in your code.
The remaining errors indicate it's not finding the Microchip P16F690.INC file, which defines
register locations/names.
Make sure your path statement includes information on where you have MPLAB installed, or
modify the 16F690.INC file to point directly to it.
INCLUDE "C:\Program Files\Microchip\MPASM Suite\P16F690.INC"




Bookmarks