Re: A86: interrupts


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

Re: A86: interrupts




Yeah, sorry, I forgot about <call $d2fe>.  But I think you also need to
enable the interrupt again before you return.

Kirk Meyer wrote:
> 
> we're running this from the user int routine (_alt_interrupt_exec) which
> means we have to pop back to the interrupt before executing reti. all
> reti does is make sure good things happen if you have nested interrupts
> (which i don't think could happen because i don't think the 86 has a
> non-maskable interrupt)


References: