| ??? 11/25/00 16:35 Read: times |
#6752 - RE: High level interrupt |
There is also the matter that you will need to execute a reti instruction for both levels of interrupts, the high (x0) one and the low (t0) one.
If you'd end the x0 ISR by popping the t0 return address and executing a reti only once, you would leave the interrupt control logic locked for low level interrupts. The interrupt control logic is not accessible through software. |



