I am trying to use the MCLR as the output PIN. But it looks like, doesn't work with PBP. What I am doing:
1. I have programmed my PIC with the FUSE MCLRE = I/O
2. Then, in my PBP code I will do simply HIGH PORTA.3. But it doesn't work. If I will do PORTA.2 it is working well. Does anyone know, what I am doing wrong?

Thanks R.