| ??? 04/22/11 07:19 Read: times |
#181971 - A question if registers needs to be saved Responding to: ???'s previous message |
Erik Malund said:
I'll reread when I get back from Easter vacation.
the way I read it the tail chaining only applied when an interrupt interrupted an interrupt. Erik I don't think that can happen - if an interrupt interrupts an interrupt, then you need to save registers to be able to pop back to the original interrupt again. But when an interrupt is ending, the processor is free to reuse the registers for a new interrupt handler instead of restoring the original registers to return to the main loop. |



