S1C63358 TECHNICAL MANUAL
EPSON
109
CHAPTER 4: PERIPHERAL CIRCUITS AND OPERATION (Interrupt and HALT)
4.15.2 Interrupt mask
The interrupt factor flags can be masked by the corresponding interrupt mask registers.
The interrupt mask registers are read/write registers. They are enabled (interrupt authorized) when "1" is
written to them, and masked (interrupt inhibited) when "0" is written to them.
At initial reset, the interrupt mask register is set to "0".
Table 4.15.2.1 shows the correspondence between interrupt mask registers and interrupt factor flags.
Table 4.15.2.1 Interrupt mask registers and interrupt factor flags
IPT1
IPT0
ISIF
IK0
IK1
IK2
IT3
IT2
IT1
IT0
IAD
(FFF2H•D1)
(FFF2H•D0)
(FFF3H•D0)
(FFF4H•D0)
(FFF5H•D0)
(FFF5H•D1)
(FFF6H•D3)
(FFF6H•D2)
(FFF6H•D1)
(FFF6H•D0)
(FFF7H•D0)
Interrupt factor flag
EIPT1
EIPT0
EISIF
EIK0
EIK1
EIK2
EIT3
EIT2
EIT1
EIT0
EIAD
(FFE2H•D1)
(FFE2H•D0)
(FFE3H•D0)
(FFE4H•D0)
(FFE5H•D0)
(FFE5H•D1)
(FFE 6H•D3)
(FFE6H•D2)
(FFE6H•D1)
(FFE6H•D0)
(FFE7H•D0)
Interrupt mask register
4.15.3 Interrupt vector
When an interrupt request is input to the CPU, the CPU begins interrupt processing. After the program
being executed is terminated, the interrupt processing is executed in the following order.
1
The content of the flag register is evacuated, then the I flag is reset.
2
The address data (value of program counter) of the program to be executed next is saved in the stack
area (RAM).
3
The interrupt request causes the value of the interrupt vector (0100H–010EH) to be set in the program
counter.
4
The program at the specified address is executed (execution of interrupt processing routine by
software).
Table 4.15.3.1 shows the correspondence of interrupt requests and interrupt vectors.
Table 4.15.3.1 Interrupt request and interrupt vectors
Interrupt vector
0100H
0104H
0106H
0108H
010AH
010CH
010EH
Interrupt factor
Watchdog timer
Programmable timer
Serial interface
K00–K03 input
K10–K13 input, K20 input
Clock timer
A/D converter
Priority
High
Low
The four low-order bits of the program counter are indirectly addressed through the interrupt request.