Please look my code:

++++++++++++++++++++++++++++++++++++++
define osc 20
Define LCD_DREG PORTA
Define LCD_DBIT 0
Define LCD_RSREG PORTE
Define LCD_RSBIT 0
Define LCD_EREG PORTE
Define LCD_EBIT 1
DEFINE LCD_RWREG PORTE
DEFINE LCD_RWBIT 2

ADCON1 = 7
Pause 3000
loop: Lcdout $fe, 1
Pause 9000

Lcdout "Hello"
Pause 9000

Lcdout $fe, $c0, "World"
Pause 9000

Goto loop
End
++++++++++++++++++++++++++++++++++++++++++++++++
LCD model: MT-16S2H (v.3) - this LCD full combine on conclusions with any LCD (for example Data Vision). And I use PIC16F877A, quartz 20 MHz (mode HS for PIC).

Probably really wash PIC works too quickly but how I then can increase a delay of commands for LCD? I have not found suitable commands...