SN8P1600
8-bit micro-controller
INTEN INTERRUPT ENABLE REGISTER
INTEN is the interrupt request control register including one internal interrupts, one external interrupts enable control
bits. One of the register to be set “1” is to enable the interrupt request function. Once of the interrupt occur, the stack is
incremented and program jump to ORG 8 to execute interrupt service routines. The program exits the interrupt service
routine when the returning interrupt service routine instruction (RETI) is executed.
ꢂ
SN8P1602/1603
0C9H
INTEN
Bit 7
Bit 6
0
-
Bit 5
TC0IEN
R/W
Bit 4
0
-
Bit 3
0
-
Bit 2
0
-
Bit 1
0
-
Bit 0
P00IEN
R/W
0
-
-
Read/Write
After reset
-
0
-
-
-
-
0
ꢂ
SN8P1604
0C9H
INTEN
Bit 7
0
-
Bit 6
TC1IEN
R/W
Bit 5
0
-
Bit 4
0
-
Bit 3
0
-
Bit 2
0
-
Bit 1
0
-
Bit 0
P00IEN
R/W
Read/Write
After reset
-
0
-
-
-
-
-
0
P00IEN : External P0.0 interrupt control bit. 0 = disable, 1 = enable.
TC0IEN : Timer 0 interrupt control bit. 0 = disable, 1 = enable.
INTRQ INTERRUPT REQUEST REGISTER
INTRQ is the interrupt request flag register. The register includes all interrupt request indication flags. Each one of the
interrupt requests occurs, the bit of the INTRQ register would be set “1”. The INTRQ value needs to be clear by
programming after detecting the flag. In the interrupt vector of program, users know the any interrupt requests
occurring by the register and do the routine corresponding of the interrupt request.
ꢂ
SN8P1602/1603
0C8H
INTRQ
Bit 7
Bit 6
0
-
Bit 5
TC0IRQ
R/W
Bit 4
0
-
Bit 3
0
-
Bit 2
0
-
Bit 1
0
-
Bit 0
P00IRQ
R/W
0
-
-
Read/Write
After reset
-
0
-
-
-
-
0
ꢂ
SN8P1604
0C8H
INTRQ
Bit 7
0
-
Bit 6
TC1IRQ
R/W
Bit 5
0
-
Bit 4
0
-
Bit 3
0
-
Bit 2
0
-
Bit 1
0
-
Bit 0
P00IRQ
R/W
Read/Write
After reset
-
0
-
-
-
-
-
0
P00IRQ : External P0.0 interrupt request bit. 0 = non-request, 1 = request.
TC0IRQ : TC0 timer interrupt request controls bit. 0 = non request, 1 = request.
When interrupt occurs, the related request bit of INTRQ register will be set to “1” no matter the related enable bit of
INTEN register is enabled or disabled. If the related bit of INTEN = 1 and the related bit of INTRQ is also set to be “1”.
As the result, the system will execute the interrupt vector (ORG 8). If the related bit of INTEN = 0, moreover, the
system won’t execute interrupt vector even when the related bit of INTRQ is set to be “1”. Users need to be cautious
with the operation under multi-interrupt situation.
SONiX TECHNOLOGY CO., LTD
Page 66
Revision 1.94