So hab ich programmiert:

$regfile = "m32def.dat"
$framesize = 32
$swstack = 32
$hwstack = 32

$crystal = 1600000
$baud = 9600

Wait 25

Config Lcd = 20 * 4a , Chipset = Ks077
Config Lcdpin = Pin , Db4 = Portc.4 , Db5 = Portc.3 , Db6 = Portc.2 , Db7 = Portc.1 , E = Portc.5 , Rs = Portc.7


Initlcd

Cls
Locate 1 , 1
Lcd "Hello World."
Do
Loop

End 'end program