This is my first PIC project. I am using PBC with a 16F627A. Sleep is defined for periods from 1 to 65535, but what happens if I use SLEEP 0? I want the PIC to go into low power mode until power is cycled off and on. If I let the program go to END, is that equivalent to sleep?