LaryD, The statements with "equ" are mearly equate statements used for the compiler and assembler. The tell the appropriate program where the actual bit is located. They do not actually set the bit to true or false. That is what the directive "&_MCLR_OFF" or "&_MCLR_ON" do.
Bookmarks