Is it correct to do the following:
abc var word[2]
abc=0
loop:
abc=abc+1
if abc=80000 then
high LED
abc=0
endif
goto loop