Eleven Years of Service
Posts: 391
Threads: 37
Points: 0€
How many interrupts are possible? 05-11-2014, 02:02 PM
#1
Can I put an interrupt into an interrupt? And how many interrupts can I use?
Unleash the lead from my pistol into my head bumpin' crystal
•
Twelve Years of Service
Posts: 1,244
Threads: 7
Points: 0€
RE: How many interrupts are possible? 05-11-2014, 02:59 PM
#2
Yes, an interrupt can call other interrupts, though it is generally bad form.
The maximum number of traditional interrupts you can have is 255. On some systems, there will be an interrupt where the first parameter is an integer that refers to what function is to be ran.
•