Yes this is true, my serout command is not correct, but if I try simple write in to the eeprom the program stuck and not run next.

Like:

Code:
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