AND never finsih your program with a single END... use a endless loop or PBP STOP.
Code:
    LCDOUT $FE,1,"Your stuff"
Loop:
    Goto Loop