Sir,
I started doing my project work in pic24ep512gu814.In my programming i need to check all the pins .
BCLR PORTH,#0; next BCLR PORTH,#1; etc.upto 16 pin.Is it is possible to implement this in a general format (using loop)? Is it is possible BCLR PORTH,# i (but it shows wrong).kindly help me to do this.
Thank you