![IXYS zilog Z51F6412 Manual Download Page 52](http://html1.mh-extra.com/html/ixys/zilog-z51f6412/zilog-z51f6412_manual_2098946052.webp)
Z51F6412
Product Specification
PS030302-0212
P R E L I M I N A R Y
49
10.8 Interrupt Enable Accept Timing
10.9 Interrupt Service Routine Address
10.10 Saving/Restore General-Purpose Registers
Interrupt
Latched
Interrupt
goes
Active
System
Clock
Max. 4 Machine Cycle
4 Machine Cycle
Interrupt Processing
: LCALL & LJMP
Interrupt Routine
Figure 10-6 Interrupt Response Timing Diagram
01H
25H
00B3H
00B4H
Basic Interval Timer
Vector Table Address
0EH
2EH
0125H
0126H
Basic Interval Timer
Service Routine Address
Figure 10-7 Correspondence between vector Table address and the entry address of ISP
Main Task
Saving
Register
Restoring
Register
Interrupt
Service Task
INTxx : PUSH PSW
PUSH DPL
PUSH DPH
PUSH B
PUSH ACC
·
·
Interrupt_Processing:
∙
∙
POP ACC
POP B
POP DPH
POP DPL
POP PSW
RETI
Figure 10-8 Saving/Restore Process Diagram & Sample Source