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

PIC16C74B-04I/P 参数 Datasheet PDF下载

PIC16C74B-04I/P图片预览
型号: PIC16C74B-04I/P
PDF下载: 下载PDF文件 查看货源
内容描述: 40分之28引脚8位CMOS微控制器 [28/40-Pin 8-Bit CMOS Microcontrollers]
分类和应用: 微控制器和处理器外围集成电路光电二极管PC可编程只读存储器时钟
文件页数/大小: 184 页 / 2122 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16C74B-04I/P的Datasheet PDF文件第102页浏览型号PIC16C74B-04I/P的Datasheet PDF文件第103页浏览型号PIC16C74B-04I/P的Datasheet PDF文件第104页浏览型号PIC16C74B-04I/P的Datasheet PDF文件第105页浏览型号PIC16C74B-04I/P的Datasheet PDF文件第107页浏览型号PIC16C74B-04I/P的Datasheet PDF文件第108页浏览型号PIC16C74B-04I/P的Datasheet PDF文件第109页浏览型号PIC16C74B-04I/P的Datasheet PDF文件第110页  
PIC16C63A/65B/73B/74B  
SUBLW  
Subtract W from Literal  
[ label ] SUBLW k  
0 k 255  
XORLW  
Exclusive OR Literal with W  
[label] XORLW k  
0 k 255  
Syntax:  
Syntax:  
Operands:  
Operation:  
Operands:  
Operation:  
Status Affected:  
Description:  
k - (W) → (W)  
(W) .XOR. k → (W)  
Z
Status Affected: C, DC, Z  
The W register is subtracted (2s com-  
The contents of the W register are  
XORed with the eight bit literal 'k'.  
The result is placed in the W  
register.  
Description:  
plement method) from the eight bit lit-  
eral 'k'. The result is placed in the W  
register.  
XORWF  
Syntax:  
Exclusive OR W with f  
SUBWF  
Syntax:  
Subtract W from f  
[label] XORWF f,d  
[ label ] SUBWF f,d  
Operands:  
0 f 127  
d [0,1]  
Operands:  
0 f 127  
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  
register 'f'.  
Subtract (2s complement method) W  
Description:  
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'.  
SWAPF  
Syntax:  
Swap Nibbles in f  
[ label ] SWAPF f,d  
Operands:  
0 f 127  
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'.  
DS30605C-page 106  
2000 Microchip Technology Inc.