hallo ich arbeite mit ASM und versuche auch was in Bascom aber warum leuchtet hier die Led net ??

Code:
 $regfile = "m8def.dat"                                     

 $crystal = 4000000                                        

 $baud = 9600                                              

 Config Pinb.0 = Output                                     

  do
     Portb.0 = 1                                           
     Waitms 100
     Portb.0 = 0                                      
     Waitms 100
  loop
was ist an diesem Programm falsch ich verwende einen atmega8
bitte um antwort MFG P.Gnauck