led var bit
let led = 1
led var portc.4

write 10, led

main:
high led
pause 500
low led
pause 500
goto main
end
once again an uncompilable piece of code,there is nothing special or different about 16f690 eprom . snippets are pointless
try and post a complete and correct pgm that demonstrates the issue