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

PIC16C62B-04/SO 参数 Datasheet PDF下载

PIC16C62B-04/SO图片预览
型号: PIC16C62B-04/SO
PDF下载: 下载PDF文件 查看货源
内容描述: 28引脚8位CMOS微控制器 [28-Pin 8-Bit CMOS Microcontrollers]
分类和应用: 微控制器外围集成电路光电二极管PC可编程只读存储器时钟
文件页数/大小: 120 页 / 1994 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16C62B-04/SO的Datasheet PDF文件第65页浏览型号PIC16C62B-04/SO的Datasheet PDF文件第66页浏览型号PIC16C62B-04/SO的Datasheet PDF文件第67页浏览型号PIC16C62B-04/SO的Datasheet PDF文件第68页浏览型号PIC16C62B-04/SO的Datasheet PDF文件第70页浏览型号PIC16C62B-04/SO的Datasheet PDF文件第71页浏览型号PIC16C62B-04/SO的Datasheet PDF文件第72页浏览型号PIC16C62B-04/SO的Datasheet PDF文件第73页  
PIC16C62B/72A  
11.1  
Instruction Descriptions  
Add Literal and W  
ADDLW  
ANDWF  
Syntax:  
AND W with f  
[label] ANDWF f,d  
0 f 127  
Syntax:  
[label] ADDLW  
0 k 255  
k
Operands:  
Operation:  
Operands:  
d
[0,1]  
(W) + k (W)  
Operation:  
(W) .AND. (f) (destination)  
Status Affected: C, DC, Z  
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.  
Description:  
AND the W register with register 'f'. If  
'd' is 0, the result is stored in the W  
register. If 'd' is 1, the result is stored  
back in register 'f'.  
ADDWF  
Syntax:  
Add W and f  
BCF  
Bit Clear f  
[label] ADDWF f,d  
0 f 127  
Syntax:  
Operands:  
[label] BCF f,b  
Operands:  
0 f 127  
0 b 7  
d
[0,1]  
Operation:  
(W) + (f) (destination)  
Operation:  
0 (f<b>)  
Status Affected: C, DC, Z  
Status Affected: None  
Add the contents of the W register  
Description:  
Description:  
Bit 'b' in register 'f' is cleared.  
with register ’f’. If ’d’ is 0, the result is  
stored in the W register. If ’d’ is 1, the  
result is stored back in register ’f’.  
ANDLW  
AND Literal with W  
BSF  
Bit Set f  
Syntax:  
[label] ANDLW  
k
Syntax:  
Operands:  
[label] BSF f,b  
Operands:  
Operation:  
Status Affected:  
Description:  
0 k 255  
0 f 127  
0 b 7  
(W) .AND. (k) (W)  
Operation:  
1 (f<b>)  
Z
Status Affected: 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.  
Description:  
1999 Microchip Technology Inc.  
Preliminary  
DS35008B-page 69  
 复制成功!