My simple program compiles OK but when I try to program, I get "configuration error". I don't understand how the configuration can be in error, it is what it is, isn't it? This is my program:
code
rem device 12F675
CMCON = 7 'SETS DIGITAL MODE
TRISIO = %00111100 'MAKES GPIO.2,3,4,AND 5 AN INPUT
DEFINE OSCCAL_1K 1 'PRESERVES OSCILLATOR CALIBRATION
J VAR BYTE 'DEFINE VARIABLE J
low GPIO.0

END

If I try to erase the micro, I get "configuration error". I am using MicroCode Studio. I found Melanie's post on configuration fuses but I don't know enough to understand.