
II-114
EPSON
S1C62440/624A0/624C0/62480 TECHNICAL SOFTWARE
CHAPTER 7: SUMMARY OF NOTES
(2) Be sure that the interrupt factor flag reading is done with
the interrupt in the DISABLE state (DI). Reading the
interrupt factor flag while in the ENABLE state (EI) may
cause malfunction.
(3) Be sure that writing to the interrupt mask register is
done with the interrupt in the DISABLE state (DI). Writ-
ing to the interrupt mask register while in the ENABLE
state (EI) may cause malfunction.
(4) When multiple interrupts simultaneously occur, the high
priority vector address is set to the program counter.
(5) If an interrupt occurs while the CPU is processing some
other interrupt request of which the priority is lower than
the new one but the CPU has not fetched the interrupt vec-
tor, the CPU may shift to a vector address (one of among
102H, 104H, 106H, 10AH and 10EH) that is different from
the new interrupt.
Therefore, make sure the interrupt factor flag has been
set immediately after the branch instruction stored in the
vector address is executed and quit the interrupt process-
ing if it has not been set.
Furthermore, place a branch instruction for executing the
interrupt processing routine in the vector address 10EH
because the CPU may shift to that address. By setting the
start address of the programmable timer interrupt pro-
cessing routine as the branch destination, the priority
level by hardware can be maintained.
If the program does not have the individual processing
routine for each interrupt (for example, in the case of all
interrupts using the same processing routine in which
the type of interrupt is judged by reading the interrupt
flags, or in the case of the main routine checking all the
interrupt flags by branching the flow the RET instruction
stored in all the vector address), place the instruction the
same as the other interrupt vectors in address 10EH.
When the interrupt function is not used, it is not neces-
sary to pay attention to the above mentioned precautions.