manba
New Member
hi, all 
after i build my program in assembly using MPLAB, i faced this error massage ( Argument out of range (not a valid config register address) )
this is the configuration bits initializations
i couldn't fix this error. So, what is the solution for this error????

after i build my program in assembly using MPLAB, i faced this error massage ( Argument out of range (not a valid config register address) )
this is the configuration bits initializations
Code:
__CONFIG _CP_OFF & _WDT_OFF & _BODEN_ON & _PWRTE_ON & _XT_OSC & _WRT_ENABLE_OFF & _LVP_ON & _CPD_OFF
i couldn't fix this error. So, what is the solution for this error????
Last edited: