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

PIC16F916-I/SO 参数 Datasheet PDF下载

PIC16F916-I/SO图片预览
型号: PIC16F916-I/SO
PDF下载: 下载PDF文件 查看货源
内容描述: 40分之28 / 44/ 64引脚基于闪存的8位CMOS微控制器与LCD驱动器和纳瓦技术 [28/40/44/64-Pin Flash-Based, 8-Bit CMOS Microcontrollers with LCD Driver and nanoWatt Technology]
分类和应用: 驱动器闪存微控制器和处理器外围集成电路光电二极管PC时钟
文件页数/大小: 330 页 / 6045 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16F916-I/SO的Datasheet PDF文件第245页浏览型号PIC16F916-I/SO的Datasheet PDF文件第246页浏览型号PIC16F916-I/SO的Datasheet PDF文件第247页浏览型号PIC16F916-I/SO的Datasheet PDF文件第248页浏览型号PIC16F916-I/SO的Datasheet PDF文件第250页浏览型号PIC16F916-I/SO的Datasheet PDF文件第251页浏览型号PIC16F916-I/SO的Datasheet PDF文件第252页浏览型号PIC16F916-I/SO的Datasheet PDF文件第253页  
PIC16F913/914/916/917/946  
RETFIE  
Return from Interrupt  
[ label ] RETFIE  
None  
RETLW  
Return with literal in W  
[ label ] RETLW k  
0 k 255  
Syntax:  
Syntax:  
Operands:  
Operation:  
Operands:  
Operation:  
TOS PC,  
1GIE  
k (W);  
TOS PC  
Status Affected:  
Description:  
None  
Status Affected:  
Description:  
None  
Return from Interrupt. Stack is  
POPed and Top-of-Stack (TOS) is  
loaded in the PC. Interrupts are  
enabled by setting Global  
Interrupt Enable bit, GIE  
The W register is loaded with the  
eight bit literal ‘k’. The program  
counter is loaded from the top of  
the stack (the return address).  
This is a two-cycle instruction.  
(INTCON<7>). This is a two-cycle  
instruction.  
Words:  
1
2
Cycles:  
Example:  
Words:  
1
CALL TABLE;W contains  
table  
Cycles:  
Example:  
2
;offset value  
RETFIE  
;W now has table value  
TABLE  
After Interrupt  
PC = TOS  
GIE =  
1
ADDWF PC ;W = offset  
RETLW k1 ;Begin table  
RETLW k2  
;
RETLW kn ; End of table  
Before Instruction  
W
=
0x07  
After Instruction  
W
=
value of k8  
RETURN  
Return from Subroutine  
Syntax:  
[ label ] RETURN  
None  
Operands:  
Operation:  
TOS PC  
Status Affected: None  
Description: Return from subroutine. The stack  
is POPed and the top of the stack  
(TOS) is loaded into the program  
counter. This is a two-cycle  
instruction.  
© 2007 Microchip Technology Inc.  
DS41250F-page 247  
 复制成功!