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

PIC16F57-I/SP 参数 Datasheet PDF下载

PIC16F57-I/SP图片预览
型号: PIC16F57-I/SP
PDF下载: 下载PDF文件 查看货源
内容描述: 基于闪存的8位CMOS微控制器系列 [Flash-Based, 8-Bit CMOS Microcontroller Series]
分类和应用: 闪存微控制器
文件页数/大小: 88 页 / 1373 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16F57-I/SP的Datasheet PDF文件第48页浏览型号PIC16F57-I/SP的Datasheet PDF文件第49页浏览型号PIC16F57-I/SP的Datasheet PDF文件第50页浏览型号PIC16F57-I/SP的Datasheet PDF文件第51页浏览型号PIC16F57-I/SP的Datasheet PDF文件第53页浏览型号PIC16F57-I/SP的Datasheet PDF文件第54页浏览型号PIC16F57-I/SP的Datasheet PDF文件第55页浏览型号PIC16F57-I/SP的Datasheet PDF文件第56页  
PIC16F5X  
RLF  
Rotate Left f through Carry  
RRF  
Rotate Right f through Carry  
Syntax:  
[ label ] RLF f, d  
Syntax:  
[ label ] RRF f, d  
Operands:  
0 f 31  
d [0,1]  
Operands:  
0 f 31  
d [0,1]  
Operation:  
See description below  
C
Operation:  
See description below  
C
Status Affected:  
Encoding:  
Status Affected:  
Encoding:  
0011  
01df  
ffff  
0011  
00df  
ffff  
Description:  
The contents of register ‘f’ are  
rotated one bit to the left through  
the Carry Flag (STATUS<0>). If ‘d’  
is ‘0’, the result is placed in the W  
register. If ‘d’ is ‘1’, the result is  
stored back in register ‘f’.  
Description:  
The contents of register ‘f’ are  
rotated one bit to the right through  
the Carry Flag (STATUS<0>). If ‘d’  
is ‘0’, the result is placed in the W  
register. If ‘d’ is ‘1’, the result is  
placed back in register ‘f’.  
register 'f'  
C
register 'f'  
C
Words:  
1
Words:  
1
Cycles:  
Example:  
1
Cycles:  
Example:  
1
RLF  
REG1,0  
RRF  
REG1,0  
Before Instruction  
Before Instruction  
REG1  
C
=
=
1110 0110  
0
REG1  
C
=
=
1110 0110  
0
After Instruction  
After Instruction  
REG1  
W
C
=
=
=
1110 0110  
1100 1100  
1
REG1  
W
C
=
=
=
1110 0110  
0111 0011  
0
Sleep  
Go into Standby Mode  
Syntax:  
[ label ] Sleep  
Operands:  
Operation:  
None  
00h WDT;  
0 WDT prescaler; if assigned  
1 TO;  
0 PD  
Status Affected: TO, PD  
Encoding:  
0000  
0000  
0011  
Description:  
Time-out Status bit (TO) is set. The  
power-down Status bit (PD) is  
cleared. The WDT and its  
prescaler are cleared.  
The processor is put into Sleep  
mode with the oscillator stopped.  
See section on Sleep for more  
details.  
Words:  
1
Cycles:  
Example:  
1
SLEEP  
DS41213D-page 50  
© 2007 Microchip Technology Inc.  
 复制成功!