??? 03/01/04 23:19 Read: times |
#65791 - You mean the ISR? Responding to: ???'s previous message |
patrick de groote said:
an interrupt cannot check for a flag being set or reset Hopefully, he means the Interrupt Service Routine (ISR)...? Explanation: An Interrupt is a hardware event; the Interrupt Service Routine is a piece of software that is triggered automatically by the processor hardware in response to the hardware event. The mechanism is described in the "bible" documents already mentioned. |