Hi Dave,

Thanks for your help.

I have tried and it gives me compiling error.

So i commented out the line in the pbp directory as follow, but still gives me error:
Code:
 else
        LIST
        LIST p = 12F629, r = dec, w = -302
        INCLUDE "P12F629.INC"    ; MPASM  Header
        ;__config _INTRC_OSC_NOCLKOUT & _WDT_ON & _MCLRE_OFF & _BODEN_OFF & _CP_OFF
        NOLIST
    endif
        LIST
Also, this is the message i get when compiling:
Executing: "C:\PBP\PBPMPLAB.BAT" -ampasmwin -k# -p12F629 "3basic.bas"
Executing: "C:\PBP\PBPW.EXE" -ampasmwin -k# -p12F629 "3basic.bas"
PICBASIC PRO(TM) Compiler 2.60, (c) 1998, 2009 microEngineering Labs, Inc.
All Rights Reserved.

ERROR: Unable to execute mpasmwin.Error[118] C:\USERS\SHAN-MONICA-SHISHAN\DOCUMENTS\PICPROYECTS\PIC12F629\3BASIC.ASM 90 : Overwriting previous address contents (2007)
Halting build on first failure as requested.
BUILD FAILED: Fri Oct 22 17:58:18 2010

Best regards.