Greetings,

I'm trying to make a blinking led program for a 10F206 pic.
The program is just a learning step to see how this little pic works.

I already made programs for many different pics without problems, but this one i get an error when compiling.

I'm using microcode studio and the error i'm getting for this microcontroller is:

ERROR Line 16: Redefiniton of LABEL TRISIO. (10f206.bas)
ERROR Line 17: Redefiniton of LABEL GPIO. (10f206.bas)
ERROR Line 21: Redefiniton of LABEL CMCON0. (10f206.bas)

I get these errors even with just 2 lines of code like:

TRISIO=%0000
GPIO=0

what do these errors mean ?

Thanks