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

PIC16F818-I/P 参数 Datasheet PDF下载

PIC16F818-I/P图片预览
型号: PIC16F818-I/P
PDF下载: 下载PDF文件 查看货源
内容描述: 二十零分之一十八引脚增强型闪存微控制器采用纳瓦技术 [18/20-Pin Enhanced Flash Microcontrollers with nanoWatt Technology]
分类和应用: 闪存微控制器和处理器外围集成电路光电二极管PC时钟
文件页数/大小: 176 页 / 2941 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16F818-I/P的Datasheet PDF文件第107页浏览型号PIC16F818-I/P的Datasheet PDF文件第108页浏览型号PIC16F818-I/P的Datasheet PDF文件第109页浏览型号PIC16F818-I/P的Datasheet PDF文件第110页浏览型号PIC16F818-I/P的Datasheet PDF文件第112页浏览型号PIC16F818-I/P的Datasheet PDF文件第113页浏览型号PIC16F818-I/P的Datasheet PDF文件第114页浏览型号PIC16F818-I/P的Datasheet PDF文件第115页  
PIC16F818/819  
RETFIE  
Return from Interrupt  
[ label ] RETFIE  
None  
RLF  
Rotate Left f through Carry  
Syntax:  
Syntax:  
Operands:  
[ label ] RLF f,d  
Operands:  
Operation:  
0 f 127  
d [0,1]  
TOS PC,  
1 GIE  
Operation:  
See description below  
C
Status Affected: None  
Status Affected:  
Description:  
The contents of register ‘f’ are  
rotated one bit to the left through  
the Carry flag. If ‘d’ = 0, the result  
is placed in the W register. If  
‘d’ = 1, the result is stored back in  
register ‘f’.  
C
Register f  
RRF  
Rotate Right f through Carry  
RETLW  
Return with Literal in W  
Syntax:  
Operands:  
[ label ] RRF f,d  
Syntax:  
[ label ] RETLW k  
0 k 255  
0 f 127  
d [0,1]  
Operands:  
Operation:  
k (W);  
TOS PC  
Operation:  
See description below  
C
Status Affected:  
Description:  
Status Affected: None  
The contents of register ‘f’ are  
rotated one bit to the right through  
the Carry flag. If ‘d’ = 0, the result  
is placed in the W register. If  
‘d’ = 1, the result is placed back in  
register ‘f’.  
Description:  
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.  
C
Register f  
SLEEP  
Enter Sleep mode  
[ label ] SLEEP  
None  
RETURN  
Syntax:  
Return from Subroutine  
[ label ] RETURN  
None  
Syntax:  
Operands:  
Operation:  
Operands:  
Operation:  
00h WDT,  
0 WDT prescaler,  
1 TO,  
TOS PC  
Status Affected: None  
Description: Return from subroutine. The stack  
0 PD  
is POPed and the top of the stack  
(TOS) is loaded into the program  
counter. This is a two-cycle  
instruction.  
Status Affected:  
Description:  
TO, PD  
The Power-Down status bit, PD,  
is cleared. Time-out status bit,  
TO, is set. Watchdog Timer and  
its prescaler are cleared.  
The processor is put into Sleep  
mode with the oscillator stopped.  
2004 Microchip Technology Inc.  
DS39598E-page 109