NEC PD754244 Network Card User Manual


 
CHAPTER 7 INTERRUPT AND TEST FUNCTIONS
209
Users Manual U10676EJ3V0UM
(5) Executing pending interrupt - two interrupts with lower priority occur simultaneously -
Reset
EI IET0
EI IE0
EI
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
INT0
INTT0
<1>
<lNT0 servicing program>
<lNTT0 servicing program>
<2>
RETI
RETI
<Main program>
<1> If INT0 and INTT0 with a lower priority occur at the same time (while the same instruction is being
executed), INT0 with a higher priority is executed first (INTT0 is held pending).
<2> When the INT0 servicing routine is terminated by the RETI instruction, the pending INTT0 servicing
program is started.