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

PIC17LC42-16I/JW 参数 Datasheet PDF下载

PIC17LC42-16I/JW图片预览
型号: PIC17LC42-16I/JW
PDF下载: 下载PDF文件 查看货源
内容描述: 高性能8位CMOS EPROM / ROM微控制器 [High-Performance 8-Bit CMOS EPROM/ROM Microcontroller]
分类和应用: 微控制器可编程只读存储器电动程控只读存储器
文件页数/大小: 240 页 / 1141 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第129页浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第130页浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第131页浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第132页浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第134页浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第135页浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第136页浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第137页  
PIC17C4X  
RLNCF  
Rotate Left f (no carry)  
[ label ] RLNCF f,d  
0 f 255  
RRCF  
Rotate Right f through Carry  
[ label ] RRCF f,d  
0 f 255  
Syntax:  
Syntax:  
Operands:  
Operands:  
d
[0,1]  
d
[0,1]  
Operation:  
f<n> d<n+1>;  
f<7> d<0>  
Operation:  
f<n> d<n-1>;  
f<0> C;  
C d<7>  
Status Affected:  
Encoding:  
None  
Status Affected:  
Encoding:  
C
0010  
001d  
ffff  
ffff  
0001  
100d  
ffff  
ffff  
The contents of register 'f' are rotated  
one bit to the left. If 'd' is 0 the result is  
placed in WREG. 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. If 'd' is 0 the result is placed in  
WREG. If 'd' is 1 the result is placed  
back in register 'f'.  
Description:  
register f  
Words:  
Cycles:  
1
1
register f  
C
Words:  
Cycles:  
1
1
Q Cycle Activity:  
Q1  
Q2  
Q3  
Q4  
Q Cycle Activity:  
Q1  
Decode  
Read  
register 'f'  
Execute  
Write to  
destination  
Q2  
Q3  
Q4  
Decode  
Read  
register 'f'  
Execute  
Write to  
destination  
RLNCF  
REG, 1  
Example:  
Before Instruction  
RRCF  
REG1,0  
Example:  
C
=
0
REG  
=
1110 1011  
Before Instruction  
REG1  
C
=
=
1110 0110  
0
After Instruction  
C
=
REG  
=
1101 0111  
After Instruction  
REG1  
WREG  
C
=
=
=
1110 0110  
0111 0011  
0
1996 Microchip Technology Inc.  
DS30412C-page 133  
 复制成功!