Hello,
I am just starting to play with the 16F1825 PIC which has SR latch registers.
I understand the 16F1xxx family of PICs have the SR latch register - and previous PICs did not.
I understand this register facilitates better read-modify-write functionality.

But on the subject of sending commands to PORT registers, I've also read that the commands PORTC.4 = 0 and LATC.4 = 0 are essentially the same command - because the system ends up writing the same thing to the same PORT register.

With these PICs is there a "Best Practice" command - for turning on/off specific pins?

Thanks
dw