The simplest form of the mpasm 'include' directive has the form:
I think the angle brackets made part of the line drop out in richard's post, so if you try to copy that code you'll have to fix it.Code:include p16f628a.inc
Also, depending on which version of the code you're trying to assemble you may have to turn off the 'case-sensitive' option.
With case-sensitive on the 'config' statement has to match the settings in the .inc file exactly.
Your copy has mixed-case, but richard's copy has it all in caps (as in the .inc file)
And just a suggestion... if I were you I'd get rid off all the spaces in the path and filename. That just complicates things.
Bookmarks