Re: [Sdcc-user] interrupt not triggered

2016-03-06 Thread Molnár Károly
On Sun, 06 Mar 2016 12:32:08 +0330 Mohammad Amin Sameti wrote: > Hi guys. > I configured timer zero of PIC16F627A to produce interrupt. simulating in > GPSIM, after TMR0 overflow INTCON is set to 0xA4 which means timer interrupt > flag is set, but the problem is that program doesn't call isr ro

[Sdcc-user] interrupt not triggered

2016-03-06 Thread Mohammad Amin Sameti
Hi guys. I configured timer zero of PIC16F627A to produce interrupt. simulating in GPSIM, after TMR0 overflow INTCON is set to 0xA4 which means timer interrupt flag is set, but the problem is that program doesn't call isr routine. Source: https://github.com/mamins1376/PIC-C-Projects/blob/maste