My Int routine looks like this: ORG 0x0004 =20 btfsc INTCON,T0IF goto timer0_int goto end_int timer0_int =20 movlw 0 movwf TMR0 bcf INTCON,T0IF goto end_int asdaa =20 nop goto asdaa end_int =20 retfie =20 Somehow the T0IF doesn't get cleared.... whats wrong??? regards, BEN -------------------------- Benjamin Menk=FCc Auto-Intern GmbH Haberlandstr. 125 44359 Dortmund Tel: 0231-1893070 Fax: 0231-93699548 www.auto-intern.com Meinen PGP-Schl=FCssel kann man unter: http://www.auto-intern.com/php/pgp_menkuec.php finden. -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.