欢迎访问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文件第70页浏览型号PIC16C62B-04/SO的Datasheet PDF文件第71页浏览型号PIC16C62B-04/SO的Datasheet PDF文件第72页浏览型号PIC16C62B-04/SO的Datasheet PDF文件第73页浏览型号PIC16C62B-04/SO的Datasheet PDF文件第75页浏览型号PIC16C62B-04/SO的Datasheet PDF文件第76页浏览型号PIC16C62B-04/SO的Datasheet PDF文件第77页浏览型号PIC16C62B-04/SO的Datasheet PDF文件第78页  
PIC16C62B/72A  
SUBLW  
Subtract W from Literal  
XORLW  
Exclusive OR Literal with W  
[label] XORLW k  
Syntax:  
[ label ]  
SUBLW k  
Syntax:  
Operands:  
Operation:  
0 k 255  
Operands:  
Operation:  
Status Affected:  
Description:  
0 k 255  
k - (W) → (W)  
(W) .XOR. k → (W)  
Status Affected: C, DC, Z  
Z
The W register is subtracted (2’s com-  
Description:  
The contents of the W register are  
XOR’ed with the eight bit literal 'k'.  
The result is placed in the W regis-  
ter.  
plement method) from the eight bit lit-  
eral 'k'. The result is placed in the W  
register.  
XORWF  
Syntax:  
Exclusive OR W with f  
[label] XORWF f,d  
0 f 127  
SUBWF  
Syntax:  
Subtract W from f  
[ label ]  
SUBWF f,d  
Operands:  
Operands:  
0 f 127  
d
[0,1]  
d
[0,1]  
Operation:  
(W) .XOR. (f) → (destination)  
Operation:  
(f) - (W) → (destination)  
Status Affected:  
Description:  
Z
Status  
Affected:  
C, DC, Z  
Exclusive OR the contents of 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 regis-  
ter 'f'.  
Subtract (2’s complement method) W  
register from 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'.  
Description:  
SWAPF  
Syntax:  
Swap Nibbles in f  
[ label ] SWAPF f,d  
0 f 127  
Operands:  
d
[0,1]  
Operation:  
(f<3:0>) (destination<7:4>),  
(f<7:4>) (destination<3:0>)  
Status Affected: None  
The upper and lower nibbles of regis-  
Description:  
ter 'f' are exchanged. If 'd' is 0, the  
result is placed in W register. If 'd' is 1,  
the result is placed in register 'f'.  
DS35008B-page 74  
Preliminary  
1999 Microchip Technology Inc.  
 复制成功!