#69861 - QuantumDoja - Thu Feb 02, 2006 2:13 pm
Hi, I have read people talking about Interupts, What do they do, what can they be used for, why should I use them?
Regards
Chris
_________________
Chris Davis
#70193 - deltree - Sat Feb 04, 2006 10:45 pm
from what I've understood, interrupts are some kind of events that are triggered automatiquely by the system:
for exemple, the screen is updated 60 times per seconds on the GBA. every time a frame is draw, and interrupt is triggered.
You can easily associate a function with this trigger.
One purpose for that "frame" trigger would be to have a regular timer for example.