Öhm, du hast da aber schon eine Schleife drin ?
Code:
$regfile = "m32def.dat" 
$crystal = 1000000 
$baud = 1200 

Config Servos = 2 , Servo1 = Portc.4 , Servo2 = Portc.3 , Reload = 10 

Config Portc.4 = Output 
Config Portc.3 = Output 

Enable Interrupts 
DO  '---------------------------------------------------
    Servo(1) = 100 'unten 
    Waitms 175 
LOOP '---------------------------------------------------

End
Bei dem "END" isses sonst aus mit Servo