Yeah, I looked at the generated files and opened up LST, very interesting.

I noticed it was already picking up P16F877.INC.

Then it picked up PBPPIC14.LIB.

And then further down it tried to open the include I provided. So it seems as if everything is in there now. Except it uses this for the switches:

__config _XT_OSC & _WDT_ON & _PWRTE_ON & _LVP_OFF & _CP_OFF

And I'm wondering if this is what I have to set properly, and how.


EDIT: And yes, I am pointing to MPASM in MicroCode Studio Plus.