Interesting. Try this:
Change the MCS View | Compile and Program | Assembler Options tab to have it use MPASM as the assembler. That way, you have a Microchip product generating your hex code.
I bet that will help some.
Interesting. Try this:
Change the MCS View | Compile and Program | Assembler Options tab to have it use MPASM as the assembler. That way, you have a Microchip product generating your hex code.
I bet that will help some.
Hi
Altered MCS to use MPSM and I get an error on my code which isnt there when I compile through MCS without MPSM. Seems to dislike this line:
@ device protect_on, pwrt_off, bod_off, INTRC_OSC_NOCLKOUT
particulary the error states protect_on to be illegal opcode. Device is 16F648A
Cheers Pete
Do a search in the FAQ for a thread name "How to set Config fuse" or something like that.
MPASM don't use the same Directive as PM.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks