English
Language : 

Z51F3220FNX Datasheet, PDF (89/312 Pages) Zilog, Inc. – Z8051 Series 8-Bit Microcontrollers
Z51F3220
Product Specification
1
IE.EA Flag  0
Program Counter low Byte
2
SP  SP + 1
M(SP)  (PCL)
Saves PC value in order to continue
process again after executing ISR
Program Counter high Byte
3
SP  SP + 1
M(SP)  (PCH)
4
Interrupt Vector Address occurrence
(Interrupt Vector Address)
5
ISR(Interrupt Service Routine) move,
execute
6
Return from ISR
RETI
7
Program Counter high Byte recovery
(PCH)  (SP-1)
8
Program Counter low Byte recovery
(PCL)  (SP-1)
9
IE.EA Flag  1
10
Main Program execution
Figure 10.3 Interrupt Vector Address Table
PS029902-0212
PRELIMINARY
86