Is it possible to nest interrupts on a PIC 16C71? What I want to do is to allow two different interrupts to occur at different times. It will be possible that I would have to service an interrupt whilst I am still servicing the first one. Any comments?