Hi danke es geht nur das es nicht einmal resetet wie ich will sondern immer. da brauch ich noch nicht mal start wachdog eingeben und schon an aus
an aus

hier mal das Programm

$regfile = "m88def.dat"

$crystal = 16000000


Config Pinc.1 = Input
Config Pinc.0 = Input
Config Pind.4 = Input
Config Watchdog = 32
Ddrd = &B11101111
Ddrb = &B00000111
Ddrc = &B00111100
Portd.4 = 1
Portc.1 = 1
Portc.0 = 1

Do
Set Portd.6
Wait 2
Reset Portd.6
Idle
Loop

End