Now I got another problem.
When I try to use icprog (JDM Programmer) I got a message that Oscillator clock is bad. My code is here:
Code:
    INCLUDE "modedefs.bas"

    @ device  PIC12F629, intrc_osc_noclkout; Use internal oscilator
    @ DEVICE PIC12F629, MCLR_OFF ; Turn off internal reset 
    trisio = %11111000
    cmcon = 7
What can I do?