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

12CE673 参数 Datasheet PDF下载

12CE673图片预览
型号: 12CE673
PDF下载: 下载PDF文件 查看货源
内容描述: 8引脚, 8位CMOS微控制器与A / D转换器和EEPROM数据存储器 [8-Pin, 8-Bit CMOS Microcontroller with A/D Converter and EEPROM Data Memory]
分类和应用: 转换器存储微控制器可编程只读存储器电动程控只读存储器电可擦编程只读存储器
文件页数/大小: 116 页 / 649 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号12CE673的Datasheet PDF文件第69页浏览型号12CE673的Datasheet PDF文件第70页浏览型号12CE673的Datasheet PDF文件第71页浏览型号12CE673的Datasheet PDF文件第72页浏览型号12CE673的Datasheet PDF文件第74页浏览型号12CE673的Datasheet PDF文件第75页浏览型号12CE673的Datasheet PDF文件第76页浏览型号12CE673的Datasheet PDF文件第77页  
PIC12CE67X  
SWAPF  
Syntax:  
Swap Nibbles in f  
[ label ] SWAPF f,d  
0 f 127  
XORLW  
Exclusive OR Literal with W  
Syntax:  
[ label ] XORLW k  
0 k 255  
Operands:  
Operands:  
Operation:  
Status Affected:  
Encoding:  
d
[0,1]  
(W) .XOR. k → (W)  
Z
Operation:  
(f<3:0>) (dest<7:4>),  
(f<7:4>) (dest<3:0>)  
11  
1010 kkkk kkkk  
Status Affected:  
Encoding:  
None  
The contents of the W register are  
XOR’ed with the eight bit literal 'k'.  
The result is placed in the W regis-  
ter.  
Description:  
00  
1110 dfff ffff  
The upper and lower nibbles of regis-  
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'.  
Description:  
Words:  
1
Cycles:  
Example:  
1
Words:  
Cycles:  
Example  
1
1
XORLW 0xAF  
Before Instruction  
SWAPF REG,  
0
W
=
0xB5  
0x1A  
Before Instruction  
REG1  
After Instruction  
=
0xA5  
W
=
After Instruction  
REG1  
W
=
=
0xA5  
0x5A  
TRIS  
Load TRIS Register  
XORWF  
Syntax:  
Exclusive OR W with f  
[ label ] XORWF f,d  
0 f 127  
Syntax:  
[ label ] TRIS  
f
Operands:  
Operation:  
5 f 7  
Operands:  
d
[0,1]  
(W) TRIS register f;  
Status Affected: None  
Operation:  
(W) .XOR. (f) → (dest)  
00  
Encoding:  
0000 0110 0fff  
Status Affected:  
Encoding:  
Z
The instruction is supported for code  
compatibility with the PIC16C5X prod-  
ucts. Since TRIS registers are read-  
able and writable, the user can directly  
address them.  
Description:  
00  
0110  
dfff  
ffff  
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:  
Words:  
Cycles:  
Example  
1
1
Words:  
Cycles:  
Example  
1
1
To maintain upward compatibility  
with future PIC12C67X products,  
do not use this instruction.  
REG  
1
XORWF  
Before Instruction  
REG  
W
=
=
0xAF  
0xB5  
After Instruction  
REG  
W
=
=
0x1A  
0xB5  
1998 Microchip Technology Inc.  
Preliminary  
DS40181B-page 73  
 复制成功!