欢迎访问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文件第67页浏览型号12CE673的Datasheet PDF文件第68页浏览型号12CE673的Datasheet PDF文件第69页浏览型号12CE673的Datasheet PDF文件第70页浏览型号12CE673的Datasheet PDF文件第72页浏览型号12CE673的Datasheet PDF文件第73页浏览型号12CE673的Datasheet PDF文件第74页浏览型号12CE673的Datasheet PDF文件第75页  
PIC12CE67X  
RETURN  
Return from Subroutine  
[ label ] RETURN  
None  
RRF  
Rotate Right f through Carry  
[ label ] RRF f,d  
0 f 127  
Syntax:  
Syntax:  
Operands:  
Operands:  
Operation:  
Status Affected:  
Encoding:  
Description:  
d
[0,1]  
TOS PC  
Operation:  
See description below  
C
None  
Status Affected:  
Encoding:  
00  
0000  
0000  
1000  
00  
1100  
dfff  
ffff  
Return from subroutine. The stack is  
POPed and the top of the stack (TOS)  
is loaded into the program counter.  
This is a two cycle instruction.  
The contents of register 'f' are rotated  
one bit to the right through the Carry  
Flag. If 'd' is 0 the result is placed in  
the W register. If 'd' is 1 the result is  
placed back in register 'f'.  
Description:  
Words:  
Cycles:  
Example  
1
2
C
Register f  
RETURN  
After Interrupt  
Words:  
Cycles:  
Example  
1
1
PC  
=
TOS  
RRF  
REG1,0  
Before Instruction  
REG1  
C
=
=
1110 0110  
0
After Instruction  
REG1  
W
C
=
=
=
1110 0110  
0111 0011  
0
RLF  
Rotate Left f through Carry  
SLEEP  
Syntax:  
Operands:  
[ label ]  
RLF f,d  
Syntax:  
[ label ] SLEEP  
None  
0 f 127  
Operands:  
Operation:  
d
[0,1]  
00h WDT,  
0 WDT prescaler,  
1 TO,  
Operation:  
See description below  
C
Status Affected:  
Encoding:  
0 PD  
00  
1101  
dfff  
ffff  
Status Affected:  
Encoding:  
TO, PD  
The contents of register 'f' are rotated  
one bit to the left through the Carry  
Flag. If 'd' is 0 the result is placed in  
the W register. If 'd' is 1 the result is  
stored back in register 'f'.  
Description:  
00  
0000  
0110  
0011  
The power-down status bit, PD is  
cleared. Time-out status bit, TO is  
set. Watchdog Timer and its pres-  
caler are cleared.  
Description:  
C
Register f  
The processor is put into SLEEP  
mode with the oscillator stopped.  
Words:  
Cycles:  
Example  
1
1
Words:  
1
Cycles:  
Example:  
1
RLF  
REG1,0  
SLEEP  
Before Instruction  
REG1  
C
=
=
1110 0110  
0
After Instruction  
REG1  
W
C
=
=
=
1110 0110  
1100 1100  
1
1998 Microchip Technology Inc.  
Preliminary  
DS40181B-page 71  
 复制成功!