| ??? 12/03/03 18:55 Read: times |
#59902 - It does re-occur Oleg... Responding to: ???'s previous message |
C'mon Oleg...
consider this:
void timer0isr(void) interrupt 1
{
EA &= 0x7F; // Disable all Interrupts
-----
-----
-----
EA |= 0x80; // Enable interrupts. Obviously, you cannot disable the interrupt forever.
}
NOW, wont the interrupt re-occur??? Harsha. |



