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

PIC16C74B-04/P 参数 Datasheet PDF下载

PIC16C74B-04/P图片预览
型号: PIC16C74B-04/P
PDF下载: 下载PDF文件 查看货源
内容描述: 40分之28引脚8位CMOS微控制器 [28/40-Pin 8-Bit CMOS Microcontrollers]
分类和应用: 微控制器和处理器外围集成电路光电二极管可编程只读存储器时钟
文件页数/大小: 184 页 / 2122 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16C74B-04/P的Datasheet PDF文件第98页浏览型号PIC16C74B-04/P的Datasheet PDF文件第99页浏览型号PIC16C74B-04/P的Datasheet PDF文件第100页浏览型号PIC16C74B-04/P的Datasheet PDF文件第101页浏览型号PIC16C74B-04/P的Datasheet PDF文件第103页浏览型号PIC16C74B-04/P的Datasheet PDF文件第104页浏览型号PIC16C74B-04/P的Datasheet PDF文件第105页浏览型号PIC16C74B-04/P的Datasheet PDF文件第106页  
PIC16C63A/65B/73B/74B  
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
If bit bin register fis 0, the next  
The contents of register fare cleared  
and the Z bit is set.  
Description:  
instruction is executed.  
If bit bis 1, then the next instruction  
is discarded and a NOPis executed  
instead making this a 2TCY instruction.  
CLRW  
Clear W  
BTFSC  
Bit Test, Skip if Clear  
Syntax:  
[ label ] CLRW  
None  
Syntax:  
[label] BTFSC f,b  
Operands:  
Operation:  
Operands:  
0 f 127  
0 b 7  
00h (W)  
1 Z  
Operation:  
skip if (f<b>) = 0  
Status Affected:  
Description:  
Z
Status Affected: None  
W register is cleared. Zero bit (Z) is  
set.  
If bit bin register fis 1, the next  
Description:  
instruction is executed.  
If bit b, in register f, is 0, the next  
instruction is discarded, and a NOPis  
executed instead, making this a 2 TCY  
instruction.  
CALL  
Call Subroutine  
CLRWDT  
Syntax:  
Clear Watchdog Timer  
[ label ] CLRWDT  
None  
Syntax:  
[ label ] CALL  
0 k 2047  
k
Operands:  
Operation:  
Operands:  
Operation:  
(PC)+ 1TOS,  
k PC<10:0>,  
(PCLATH<4:3>) PC<12:11>  
00h WDT  
0 WDT prescaler,  
1 TO  
1 PD  
Status Affected: None  
Status Affected: TO, PD  
Call Subroutine. First, return address  
Description:  
(PC+1) is pushed onto the stack. The  
eleven bit immediate address is  
loaded into PC bits <10:0>. The upper  
bits of the PC are loaded from  
PCLATH. CALLis a two-cycle  
instruction.  
CLRWDTinstruction resets the Watch-  
Description:  
dog Timer. It also resets the prescaler  
of the WDT. Status bits TO and PD  
are set.  
DS30605C-page 102  
2000 Microchip Technology Inc.