欢迎访问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文件第68页浏览型号12CE673的Datasheet PDF文件第69页浏览型号12CE673的Datasheet PDF文件第70页浏览型号12CE673的Datasheet PDF文件第71页浏览型号12CE673的Datasheet PDF文件第73页浏览型号12CE673的Datasheet PDF文件第74页浏览型号12CE673的Datasheet PDF文件第75页浏览型号12CE673的Datasheet PDF文件第76页  
PIC12CE67X  
SUBLW  
Subtract W from Literal  
SUBWF  
Syntax:  
Subtract W from f  
Syntax:  
[ label ]  
SUBLW k  
[ label ]  
SUBWF f,d  
Operands:  
Operation:  
0 k 255  
Operands:  
0 f 127  
d
[0,1]  
k - (W) → (W)  
Operation:  
(f) - (W) → (dest)  
Status  
C, DC, Z  
Affected:  
Status  
C, DC, Z  
Affected:  
Encoding:  
11  
110x kkkk kkkk  
Encoding:  
00  
0010  
dfff  
ffff  
The W register is subtracted (2’s com-  
plement method) from the eight bit literal  
'k'. The result is placed in the W register.  
Description:  
Subtract (2’s complement method) W reg-  
ister 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:  
Words:  
1
1
Cycles:  
Words:  
1
1
Example 1:  
SUBLW  
0x02  
Cycles:  
Before Instruction  
Example 1:  
SUBWF  
REG1,1  
W
C
=
=
1
?
Before Instruction  
REG1  
W
C
=
=
=
3
2
?
After Instruction  
W
C
=
=
1
1; result is positive  
After Instruction  
Example 2:  
Example 3:  
Before Instruction  
REG1  
W
C
=
=
=
1
2
W
C
=
=
2
?
1; result is positive  
After Instruction  
Example 2:  
Before Instruction  
W
C
=
=
0
REG1  
W
=
=
=
2
2
?
1; result is zero  
C
Before Instruction  
After Instruction  
W
C
=
=
3
?
REG1  
W
C
=
=
=
0
2
After Instruction  
1; result is zero  
W
C
=
=
0xFF  
0; result is nega-  
Example 3:  
Before Instruction  
tive  
REG1  
W
C
=
=
=
1
2
?
After Instruction  
REG1  
W
C
=
=
=
0xFF  
2
0; result is negative  
DS40181B-page 72  
Preliminary  
1998 Microchip Technology Inc.  
 复制成功!