Code:
$regfile = "m32def.dat"
$crystal = 16000000
$hwstack = 20
$swstack = 20 

Config Pinb.0 = Output

Do
Portb.0 = 1
Loop

end
sollte gehen.

Gento