If I want to invert a single bit in C how do I do that. For example I want to invert RA3. I tried RA3 = !RA3; But that doesn't seem to work. What am I doing wrong. DW