Ok, I have tried what the BoostC Help says:
asm("bcf STATUS,C"); get the same error
What does work is:
asm("bcf STATUS,0");
Not sure what is happening. This code worked with C2C.
All is working now.
Thanks,
hurley78
I'm getting an error on this asm code line.
asm bcf STATUS,C
Both STATUS and C are defined in the pic16f877.h file.
The error is "(line#:5): error: error in built-in assembly"
Using BoostC V7.10.
Any help?
hurley78