Kann vielleicht mal jemand diese Zeilen bei sich compilieren und im Simulator ausprobieren. Der bleibt da jedes mal beim config hängen, das kann doch nicht sein oder?
Was ist da faul?

mfg milkbubi

Code:
$regfile = "m32def.dat"
 $framesize = 32
 $swstack = 32
 $hwstack = 32
 $crystal = 1000000

Config Graphlcd = 128 * 64 , Dataport = Portc , Controlport = Porta , Ce = 5 , Cd = 6 , Wr = 3 , Rd = 4 , Reset = 7 , Fs = 0 , Mode = 8

Cls
Locate 1 , 1
Lcd "hello world"

End