Thanks everyone. The problem was osc instead of OSC. The comparators are disabled on this chip by default, at least according to my 2006 preliminary datasheet I have, though I'll download the current version just to make sure nothing has changed. Can someone explain what
Code:
DEFINE osc 10
would do, or is it just ignored? I've never intentionally used a DEFINE with anything other than a reserved word. Does it behave similar to
Code:
osc CON 10
Thanks again for the help. I'm very glad it was under the something obvious category.