I have used many different pics before, but I am having a problem using a 10F222. In compiler options I have PBPL unchecked and under the assembler tab I have "Use MPASM" Checked (I am using a 64bit operating system so it won't let me change that).
I am getting errors trying to set the config bits.

The following line gives me assembler errors:
@__config _IOFSCS_4MHZ & _MCPU_OFF & _WDT_OFF & _MCLRE_OFF & _CP_OFF

I have tried what other have used below and I get "illegal opcode (PIC10F222)":
@ Device PIC10F222, IOFSCS_4MHZ, MCPU_OFF, WDT_OFF, PROTECT_OFF, MCLR_OFF

I can't seem to figure out what will work.