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

PIC16F87-I/P 参数 Datasheet PDF下载

PIC16F87-I/P图片预览
型号: PIC16F87-I/P
PDF下载: 下载PDF文件 查看货源
内容描述: 18 /20/ 28引脚增强型闪存微控制器采用纳瓦技术 [18/20/28-Pin Enhanced FLASH Microcontrollers with nanoWatt Technology]
分类和应用: 闪存微控制器
文件页数/大小: 214 页 / 3543 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16F87-I/P的Datasheet PDF文件第149页浏览型号PIC16F87-I/P的Datasheet PDF文件第150页浏览型号PIC16F87-I/P的Datasheet PDF文件第151页浏览型号PIC16F87-I/P的Datasheet PDF文件第152页浏览型号PIC16F87-I/P的Datasheet PDF文件第154页浏览型号PIC16F87-I/P的Datasheet PDF文件第155页浏览型号PIC16F87-I/P的Datasheet PDF文件第156页浏览型号PIC16F87-I/P的Datasheet PDF文件第157页  
PIC16F87/88  
16.2 Instruction Descriptions  
ADDLW  
Add Literal and W  
[ label ] ADDLW  
0 k 255  
ANDWF  
Syntax:  
AND W with f  
Syntax:  
k
[ label ] ANDWF f,d  
Operands:  
Operation:  
Status Affected:  
Description:  
Operands:  
0 f 127  
d [0,1]  
(W) + k (W)  
C, DC, Z  
Operation:  
(W) .AND. (f) (destination)  
Status Affected:  
Description:  
Z
The contents of the W register  
are added to the eight-bit literal ‘k’  
and the result is placed in the W  
register.  
AND the W register with register  
‘f’. If ‘d’ = 0, the result is stored in  
the W register. If ‘d’ = 1, the result  
is stored back in register ‘f’.  
BCF  
Bit Clear f  
ADDWF  
Syntax:  
Add W and f  
Syntax:  
Operands:  
[ label ] BCF f,b  
[ label ] ADDWF f,d  
0 f 127  
0 b 7  
Operands:  
0 f 127  
d [0,1]  
Operation:  
0 (f<b>)  
Operation:  
(W) + (f) (destination)  
Status Affected:  
Description:  
None  
Status Affected: C, DC, Z  
Bit ‘b’ in register ‘f’ is cleared.  
Description:  
Add the contents of the W register  
with register ‘f’. If ‘d’ = 0, the result  
is stored in the W register. If  
‘d’ = 1, the result is stored back in  
register ‘f’.  
ANDLW  
AND Literal with W  
BSF  
Bit Set f  
Syntax:  
[ label ] ANDLW  
0 k 255  
k
Syntax:  
Operands:  
[ label ] BSF f,b  
Operands:  
Operation:  
Status Affected:  
Description:  
0 f 127  
0 b 7  
(W) .AND. (k) (W)  
Operation:  
1 (f<b>)  
Z
Status Affected:  
Description:  
None  
The contents of W register are  
AND’ed with the eight-bit literal  
‘k’. The result is placed in the W  
register.  
Bit ‘b’ in register ‘f’ is set.  
2003 Microchip Technology Inc.  
Preliminary  
DS30487B-page 151  
 复制成功!