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

PIC16F873A-I/SP 参数 Datasheet PDF下载

PIC16F873A-I/SP图片预览
型号: PIC16F873A-I/SP
PDF下载: 下载PDF文件 查看货源
内容描述: 40分之28引脚增强型闪存微控制器 [28/40-pin Enhanced FLASH Microcontrollers]
分类和应用: 闪存微控制器和处理器外围集成电路光电二极管PC时钟
文件页数/大小: 222 页 / 3815 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16F873A-I/SP的Datasheet PDF文件第162页浏览型号PIC16F873A-I/SP的Datasheet PDF文件第163页浏览型号PIC16F873A-I/SP的Datasheet PDF文件第164页浏览型号PIC16F873A-I/SP的Datasheet PDF文件第165页浏览型号PIC16F873A-I/SP的Datasheet PDF文件第167页浏览型号PIC16F873A-I/SP的Datasheet PDF文件第168页浏览型号PIC16F873A-I/SP的Datasheet PDF文件第169页浏览型号PIC16F873A-I/SP的Datasheet PDF文件第170页  
PIC16F87XA  
SWAPF  
Swap Nibbles in f  
XORWF  
Exclusive OR W with f  
Syntax:  
[ label ] SWAPF f,d  
0 f 127  
Syntax:  
[ label ] XORWF f,d  
0 f 127  
Operands:  
Operands:  
d
[0,1]  
d
[0,1]  
Operation:  
(f<3:0>) (destination<7:4>),  
(f<7:4>) (destination<3:0>)  
Operation:  
(W) .XOR. (f) → (destination)  
Status Affected:  
Description:  
Z
Status Affected: None  
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'.  
Description:  
The upper and lower nibbles of  
register ’f’ are exchanged. If ’d’ is 0,  
the result is placed in the W regis-  
ter. If ’d’ is 1, the result is placed in  
register ’f’.  
XORLW  
Exclusive OR Literal with W  
Syntax:  
[ label ] XORLW k  
0 k 255  
Operands:  
Operation:  
Status Affected:  
Description:  
(W) .XOR. k → (W)  
Z
The contents of the W register  
are XOR’ed with the eight-bit  
literal 'k'. The result is placed in  
the W register.  
DS39582A-page 164  
AdvanceInformation  
2001 Microchip Technology Inc.  
 复制成功!