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

PIC16C73B-20/SP 参数 Datasheet PDF下载

PIC16C73B-20/SP图片预览
型号: PIC16C73B-20/SP
PDF下载: 下载PDF文件 查看货源
内容描述: 40分之28引脚8位CMOS微控制器 [28/40-Pin 8-Bit CMOS Microcontrollers]
分类和应用: 微控制器
文件页数/大小: 184 页 / 2122 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16C73B-20/SP的Datasheet PDF文件第101页浏览型号PIC16C73B-20/SP的Datasheet PDF文件第102页浏览型号PIC16C73B-20/SP的Datasheet PDF文件第103页浏览型号PIC16C73B-20/SP的Datasheet PDF文件第104页浏览型号PIC16C73B-20/SP的Datasheet PDF文件第106页浏览型号PIC16C73B-20/SP的Datasheet PDF文件第107页浏览型号PIC16C73B-20/SP的Datasheet PDF文件第108页浏览型号PIC16C73B-20/SP的Datasheet PDF文件第109页  
PIC16C63A/65B/73B/74B  
RETFIE  
Return from Interrupt  
[ label ] RETFIE  
None  
RLF  
Rotate Left f through Carry  
Syntax:  
Syntax:  
Operands:  
[ label ] RLF f,d  
Operands:  
Operation:  
0 f 127  
d [0,1]  
TOS PC,  
1 GIE  
Operation:  
See description below  
C
None  
Status Affected:  
Status Affected:  
Description:  
The contents of register fare rotated  
one bit to the left through the Carry  
Flag. If dis 0, the result is placed in  
the W register. If dis 1, the result is  
stored back in register f.  
C
Register f  
RETLW  
Return with Literal in W  
[ label ] RETLW k  
0 k 255  
RRF  
Rotate Right f through Carry  
Syntax:  
Syntax:  
Operands:  
[ label ] RRF f,d  
Operands:  
Operation:  
0 f 127  
d [0,1]  
k (W);  
TOS PC  
Operation:  
See description below  
C
Status Affected: None  
Status Affected:  
Description:  
The W register is loaded with the eight  
The contents of register fare rotated  
one bit to the right through the Carry  
Flag. If dis 0, the result is placed in  
the W register. If dis 1, the result is  
placed back in register f.  
Description:  
bit literal k. The program counter is  
loaded from the top of the stack (the  
return address). This is a two-cycle  
instruction.  
C
Register f  
RETURN  
Syntax:  
Return from Subroutine  
[ label ] RETURN  
None  
SLEEP  
Syntax:  
[ label ] SLEEP  
None  
Operands:  
Operation:  
Operands:  
Operation:  
TOS PC  
00h WDT,  
0 WDT prescaler,  
1 TO,  
Status Affected: None  
Return from subroutine. The stack is  
Description:  
0 PD  
POPed and the top of the stack (TOS)  
is loaded into the program counter.  
This is a two-cycle instruction.  
Status Affected:  
Description:  
TO, PD  
The power-down status bit, PD is  
cleared. Time-out status bit, TO is  
set. Watchdog Timer and its  
prescaler are cleared.  
The processor is put into SLEEP  
mode with the oscillator stopped. See  
Section 13.8 for more details.  
2000 Microchip Technology Inc.  
DS30605C-page 105