Re: A86: interrupts


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

Re: A86: interrupts




At 10:53 PM 4/30/98 -0400, you wrote:
>
>> 
>> pop hl
>> exx
>> ex af,af'
>> reti
>
><reti> loads (sp) into pc.  This will crash since you already popped the
>program counter.  But, if you take out <pop hl> it will speed up the
>interrupt.  :-))
>
reti pops the flags, then returns.


References: