Quote Originally Posted by mackrackit View Post
What ASM?
This is all about setting the configs like you would with any PIC.
I was confused with the post from b1arrrk, my bad.

I think this pic is overly complex ... or I'm overly simple.

Alright, I'm understanding a little better the fuses, but they look exactly like the options in the MeProg Programmer for this chip ... I'm fairly sure I've tried every possible combination of pertinent bits.

Comwarrior, I understand what you're saying now, but I am getting some funny errors now:
Code:
Symbol not previously defined (_MCLR)
Argument out of range (not a valid config register address)
I'm guessing that second one is because of the first error. As for the first error, I don't get it... I copied the config bit from the .inc then pasted it over the @ line. Do I need to have line breaks after some point or something?