@ device pic10f202,mclre_off
Could be a missing "e" ???
@ device pic10f202,mclre_off
Could be a missing "e" ???
Dave
Always wear safety glasses while programming.
_MCLRE_ON EQU H'0FFF'
_MCLRE_OFF EQU H'0FEF'
_CP_ON EQU H'0FF7'
_CP_OFF EQU H'0FFF'
_WDT_ON EQU H'0FFF'
_WDT_OFF EQU H'0FFB'
_IntRC_OSC EQU H'0FFF'
Are the config options when using MPASM. PM might be different...
Dave
Always wear safety glasses while programming.
Bookmarks