欢迎访问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文件第64页浏览型号12CE673的Datasheet PDF文件第65页浏览型号12CE673的Datasheet PDF文件第66页浏览型号12CE673的Datasheet PDF文件第67页浏览型号12CE673的Datasheet PDF文件第69页浏览型号12CE673的Datasheet PDF文件第70页浏览型号12CE673的Datasheet PDF文件第71页浏览型号12CE673的Datasheet PDF文件第72页  
PIC12CE67X  
GOTO  
Unconditional Branch  
INCFSZ  
Syntax:  
Increment f, Skip if 0  
[ label ] INCFSZ f,d  
0 f 127  
Syntax:  
[ label ] GOTO k  
Operands:  
Operation:  
0 k 2047  
Operands:  
d
[0,1]  
k PC<10:0>  
PCLATH<4:3> PC<12:11>  
Operation:  
(f) + 1 (dest), skip if result = 0  
Status Affected:  
Encoding:  
None  
Status Affected:  
Encoding:  
None  
10  
1kkk  
kkkk  
kkkk  
00  
1111  
dfff  
ffff  
GOTOis an unconditional branch. The  
eleven bit immediate value is loaded  
into PC bits <10:0>. The upper bits of  
PC are loaded from PCLATH<4:3>.  
GOTOis a two cycle instruction.  
The contents of register 'f' are incre-  
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'.  
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.  
Description:  
Description:  
Words:  
Cycles:  
Example  
1
2
Words:  
Cycles:  
Example  
1
GOTO THERE  
1(2)  
After Instruction  
HERE  
INCFSZ  
GOTO  
CNT,  
LOOP  
1
PC  
=
Address THERE  
CONTINUE •  
Before Instruction  
PC  
=
address HERE  
After Instruction  
CNT  
=
CNT + 1  
if CNT=  
0,  
PC  
if CNT≠  
=
address CONTINUE  
0,  
PC  
=
address HERE +1  
INCF  
Increment f  
IORLW  
Inclusive OR Literal with W  
[ label ] IORLW k  
0 k 255  
Syntax:  
Operands:  
[ label ] INCF f,d  
Syntax:  
0 f 127  
Operands:  
Operation:  
Status Affected:  
Encoding:  
Description:  
d
[0,1]  
(W) .OR. k (W)  
Z
Operation:  
(f) + 1 (dest)  
Status Affected:  
Encoding:  
Z
11  
1000  
kkkk  
kkkk  
00  
1010  
dfff  
ffff  
The contents of the W register is  
The contents of register 'f' are incre-  
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'.  
OR’ed with the eight bit literal 'k'. The  
result is placed in the W register.  
Description:  
Words:  
Cycles:  
Example  
1
1
Words:  
Cycles:  
Example  
1
1
IORLW  
0x35  
Before Instruction  
INCF  
CNT, 1  
W
=
0x9A  
Before Instruction  
After Instruction  
CNT  
Z
=
=
0xFF  
0
W
=
0xBF  
1
Z
=
After Instruction  
CNT  
Z
=
=
0x00  
1
DS40181B-page 68  
Preliminary  
1998 Microchip Technology Inc.  
 复制成功!