欢迎访问ic37.com |
会员登录 免费注册
发布采购

GMS81016 参数 Datasheet PDF下载

GMS81016图片预览
型号: GMS81016
PDF下载: 下载PDF文件 查看货源
内容描述: 8位单芯片微型计算机 [8-BIT SINGLE CHIP MICROCOMPUTERS]
分类和应用: 计算机
文件页数/大小: 101 页 / 564 K
品牌: HYNIX [ HYNIX SEMICONDUCTOR ]
 浏览型号GMS81016的Datasheet PDF文件第67页浏览型号GMS81016的Datasheet PDF文件第68页浏览型号GMS81016的Datasheet PDF文件第69页浏览型号GMS81016的Datasheet PDF文件第70页浏览型号GMS81016的Datasheet PDF文件第72页浏览型号GMS81016的Datasheet PDF文件第73页浏览型号GMS81016的Datasheet PDF文件第74页浏览型号GMS81016的Datasheet PDF文件第75页  
Chapter 5. Interrupt  
5.4 INTERRUPT PROCESSING SEQUENCE  
When an interrupt is accepted, the on-going process is stopped and the interrupt service  
routine is executed. After the interrupt service routine is completed it is necessary to  
restore everything to the state before the interrupt occured.  
As soon as an interrupt is accepted, the content of the program counter and PSW are  
saved in the stack area.  
At the same time, the content of the vector address corresponding to the accepted  
interrupt, which is in the interrupt vector table, enters into the program counter and  
interrupt service is executed. In order to execute the interrupt service routine, it is  
necessary to write the jump addresses in the vector table (FFEOH-FFFFH)  
corresponding to each interrupt  
Interrupt Processing Step  
¡ ç  
¡ ç  
1) Store upper byte of Program Counter, SP  
2) Store lower byte of Program Counter, SP  
SP  
SP - 1  
¡ ç  
3) Store Program Status Word, SP  
SP - 2  
4) After resetting of I-flag, clear accepted Interrupt  
Request Flag.(Set B-flag for BRK Instruction)  
5) Call Interrupt service routine  
5 - 6  
 复制成功!