Re: A86: help


[Prev][Next][Index][Thread]

Re: A86: help




Ordinarily it probably would, but if you wrote an interrupt routine designed
for it then it wouldn't.  I doubt it would work for _alt_interrupt_exec or
anything, though.  You could have it execute a halt every other interrupt
for example, to effectively half the calc's speed, though there are better
ways of doing this.

On a turbo'd calc, does just the processor run faster, or the interrupts as
well?

>I beleive putting halts in an interrupt routine would make the calc
>freeze.