Omnimaga

Calculator Community => TI Calculators => Axe => Topic started by: NinjaKnight on February 05, 2011, 03:48:02 pm

Title: Interrupts
Post by: NinjaKnight on February 05, 2011, 03:48:02 pm
How fast (as in how many times per second) will an interrupt trigger at the different settings?
For example, if I do
Code: [Select]
fnInt(LBL,0)how quickly does it execute LBL?
Title: Re: Interrupts
Post by: Xeda112358 on February 05, 2011, 03:53:17 pm
I don't know much about interrupts, but I do believe that they are executed around 140 times per second
Title: Re: Interrupts
Post by: AngelFish on February 05, 2011, 03:59:45 pm
A good [ASM] guide to interrupts

http://tifreakware.net/tutorials/83p/a/intguide.htm (http://tifreakware.net/tutorials/83p/a/intguide.htm)

The slowest an interrupt will execute (without fancy timer stuff) is 140 Hz.