Thanks Gadelhas for the fast reply, I tried to compile using that and I get this error:


@ __CONFIG _XT_OSC & _WDT_OFF & _MCLRE_ON & _LVP_OFF & _CP_OFF
DEFINE OSC 4
CMCON=%00000111
VRCON = 0
PAUSEus 10
TRISA = %00000110
TRISB = %11110001
PORTA = %00000000
PORTB = %00000000
OPTION_REG.7 = 0
OPTION_REG.6 = 0
rf var porta.4

main:
low rf
pause 500
high rf
pause 500
goto main
Error[118]c:\program~1\testled.asm 83 : overwriting previous address contents (2007)

What does this mean?

Many Thanks