欢迎访问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文件第63页浏览型号12CE673的Datasheet PDF文件第64页浏览型号12CE673的Datasheet PDF文件第65页浏览型号12CE673的Datasheet PDF文件第66页浏览型号12CE673的Datasheet PDF文件第68页浏览型号12CE673的Datasheet PDF文件第69页浏览型号12CE673的Datasheet PDF文件第70页浏览型号12CE673的Datasheet PDF文件第71页  
PIC12CE67X  
CLRWDT  
Syntax:  
Clear Watchdog Timer  
[ label ] CLRWDT  
None  
DECF  
Decrement f  
[ label ] DECF f,d  
0 f 127  
Syntax:  
Operands:  
Operands:  
Operation:  
d
[0,1]  
00h WDT  
0 WDT prescaler,  
1 TO  
Operation:  
(f) - 1 (dest)  
Status Affected:  
Encoding:  
Z
1 PD  
00  
0011  
dfff  
ffff  
Status Affected:  
Encoding:  
TO, PD  
Decrement 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:  
00  
0000  
0110  
0100  
CLRWDTinstruction resets the Watch-  
dog Timer. It also resets the prescaler  
of the WDT. Status bits TO and PD  
are set.  
Description:  
Words:  
Cycles:  
Example  
1
1
Words:  
Cycles:  
Example  
1
DECF  
CNT, 1  
1
Before Instruction  
CLRWDT  
CNT  
Z
=
=
0x01  
0
Before Instruction  
After Instruction  
WDT counter  
After Instruction  
=
=
?
CNT  
Z
=
=
0x00  
1
WDT counter  
0x00  
WDT prescaler=  
0
1
1
TO  
PD  
=
=
COMF  
Complement f  
[ label ] COMF f,d  
0 f 127  
DECFSZ  
Syntax:  
Decrement f, Skip if 0  
[ label ] DECFSZ f,d  
0 f 127  
Syntax:  
Operands:  
Operands:  
d
[0,1]  
d
[0,1]  
Operation:  
(f) (dest)  
Operation:  
(f) - 1 (dest); skip if result = 0  
Status Affected:  
Encoding:  
Z
Status Affected:  
Encoding:  
None  
00  
1001  
dfff  
ffff  
00  
1011  
dfff  
ffff  
The contents of register 'f' are decre-  
mented. If 'd' is 0 the result is placed in  
the W register. If 'd' is 1 the result is  
placed back in register 'f'.  
The contents of register 'f' are comple-  
mented. If 'd' is 0 the result is stored in  
W. If 'd' is 1 the result is stored back in  
register 'f'.  
Description:  
Description:  
If the result is 0, the next instruction,  
which is already fetched, is discarded. A  
NOP is executed instead making it a two  
cycle instruction.  
Words:  
Cycles:  
Example  
1
1
COMF  
REG1,0  
Words:  
Cycles:  
Example  
1
Before Instruction  
1(2)  
REG1  
After Instruction  
REG1  
=
0x13  
HERE  
DECFSZ  
GOTO  
CNT, 1  
LOOP  
=
=
0x13  
0xEC  
CONTINUE •  
W
Before Instruction  
PC  
=
address HERE  
After Instruction  
CNT  
if CNT =  
PC  
if CNT ≠  
PC  
=
CNT - 1  
0,  
address CONTINUE  
0,  
address HERE+1  
=
=
1998 Microchip Technology Inc.  
Preliminary  
DS40181B-page 67  
 复制成功!