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

PIC16F877-04I/PT 参数 Datasheet PDF下载

PIC16F877-04I/PT图片预览
型号: PIC16F877-04I/PT
PDF下载: 下载PDF文件 查看货源
内容描述: 40分之28引脚8位CMOS闪存微控制器 [28/40-pin 8-Bit CMOS FLASH Microcontrollers]
分类和应用: 闪存微控制器和处理器外围集成电路时钟
文件页数/大小: 200 页 / 3544 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16F877-04I/PT的Datasheet PDF文件第136页浏览型号PIC16F877-04I/PT的Datasheet PDF文件第137页浏览型号PIC16F877-04I/PT的Datasheet PDF文件第138页浏览型号PIC16F877-04I/PT的Datasheet PDF文件第139页浏览型号PIC16F877-04I/PT的Datasheet PDF文件第141页浏览型号PIC16F877-04I/PT的Datasheet PDF文件第142页浏览型号PIC16F877-04I/PT的Datasheet PDF文件第143页浏览型号PIC16F877-04I/PT的Datasheet PDF文件第144页  
PIC16F87X  
BTFSS  
Bit Test f, Skip if Set  
CLRF  
Clear f  
Syntax:  
[label] BTFSS f,b  
Syntax:  
[label] CLRF  
0 f 127  
f
Operands:  
0 f 127  
0 b < 7  
Operands:  
Operation:  
00h (f)  
1 Z  
Operation:  
skip if (f<b>) = 1  
Status Affected: None  
Status Affected:  
Description:  
Z
Description:  
If bit ’b’ in register ’f’ is ’0’, the next  
The contents of register ’f’ are  
cleared and the Z bit is set.  
instruction is executed.  
If bit ’b’ is ’1’, then the next instruc-  
tion is discarded and a NOPis exe-  
cuted instead making this a 2TCY  
instruction.  
CLRW  
Clear W  
Syntax:  
[ label ] CLRW  
None  
BTFSC  
Bit Test, Skip if Clear  
Operands:  
Operation:  
Syntax:  
[label] BTFSC f,b  
00h (W)  
1 Z  
Operands:  
0 f 127  
0 b 7  
Status Affected:  
Description:  
Z
Operation:  
skip if (f<b>) = 0  
W register is cleared. Zero bit (Z)  
is set.  
Status Affected: None  
Description:  
If bit ’b’ in register ’f’ is ’1’, the next  
instruction is executed.  
If bit ’b’, in register ’f’, is ’0’, the  
next instruction is discarded, and  
a NOPis executed instead, making  
this a 2TCY instruction.  
CLRWDT  
Syntax:  
Clear Watchdog Timer  
[ label ] CLRWDT  
None  
CALL  
Call Subroutine  
Operands:  
Operation:  
Syntax:  
[ label ] CALL k  
00h WDT  
0 WDT prescaler,  
1 TO  
Operands:  
Operation:  
0 k 2047  
(PC)+ 1TOS,  
k PC<10:0>,  
1 PD  
(PCLATH<4:3>) PC<12:11>  
Status Affected: TO, PD  
Status Affected: None  
Description: CLRWDTinstruction resets the  
Watchdog Timer. It also resets  
the prescaler of the WDT. Status  
bits TO and PD are set.  
Description:  
Call Subroutine. First, return  
address (PC+1) is pushed onto  
the stack. The eleven bit immedi-  
ate address is loaded into PC bits  
<10:0>. The upper bits of the PC  
are loaded from PCLATH. CALLis  
a two cycle instruction.  
DS30292B-page 140  
1999 Microchip Technology Inc.