欢迎访问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文件第110页浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第111页浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第112页浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第113页浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第115页浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第116页浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第117页浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第118页  
PIC17C4X  
ANDWF  
Syntax:  
AND WREG with f  
BCF  
Bit Clear f  
[ label ] ANDWF f,d  
Syntax:  
Operands:  
[ label ] BCF f,b  
Operands:  
0 f 255  
0 f 255  
0 b 7  
d
[0,1]  
Operation:  
(WREG) .AND. (f) (dest)  
Operation:  
Status Affected:  
Encoding:  
Description:  
Words:  
0 (f<b>)  
Status Affected:  
Encoding:  
Z
None  
0000  
101d  
ffff  
ffff  
1000  
1bbb  
ffff  
ffff  
The contents of WREG are AND’ed with  
register 'f'. If 'd' is 0 the result is stored  
in WREG. If 'd' is 1 the result is stored  
back in register 'f'.  
Bit 'b' in register 'f' is cleared.  
Description:  
1
1
Cycles:  
Words:  
Cycles:  
1
1
Q Cycle Activity:  
Q1  
Q2  
Q3  
Q4  
Decode  
Read  
register 'f'  
Execute  
Write  
register 'f'  
Q Cycle Activity:  
Q1  
Q2  
Q3  
Q4  
BCF  
FLAG_REG,  
7
Example:  
Decode  
Read  
Execute  
Write to  
register 'f'  
destination  
Before Instruction  
FLAG_REG = 0xC7  
ANDWF  
REG, 1  
Example:  
After Instruction  
Before Instruction  
FLAG_REG = 0x47  
WREG  
=
0x17  
0xC2  
REG  
=
After Instruction  
WREG  
REG  
=
=
0x17  
0x02  
DS30412C-page 114  
1996 Microchip Technology Inc.  
 复制成功!