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

PIC16F57-I/P 参数 Datasheet PDF下载

PIC16F57-I/P图片预览
型号: PIC16F57-I/P
PDF下载: 下载PDF文件 查看货源
内容描述: 基于闪存的8位CMOS微控制器系列 [Flash-Based, 8-Bit CMOS Microcontroller Series]
分类和应用: 闪存微控制器和处理器外围集成电路光电二极管时钟
文件页数/大小: 88 页 / 1373 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16F57-I/P的Datasheet PDF文件第45页浏览型号PIC16F57-I/P的Datasheet PDF文件第46页浏览型号PIC16F57-I/P的Datasheet PDF文件第47页浏览型号PIC16F57-I/P的Datasheet PDF文件第48页浏览型号PIC16F57-I/P的Datasheet PDF文件第50页浏览型号PIC16F57-I/P的Datasheet PDF文件第51页浏览型号PIC16F57-I/P的Datasheet PDF文件第52页浏览型号PIC16F57-I/P的Datasheet PDF文件第53页  
PIC16F5X  
GOTO  
Unconditional Branch  
INCFSZ  
Increment f, Skip if 0  
Syntax:  
[ label ] GOTO k  
0 k 511  
Syntax:  
[ label ] INCFSZ f, d  
Operands:  
Operation:  
Operands:  
0 f 31  
d [0,1]  
k PC<8:0>;  
STATUS<6:5> PC<10:9>  
Operation:  
(f) + 1 (dest), skip if result = 0  
Status Affected: None  
Status Affected: None  
Encoding:  
101k  
kkkk  
kkkk  
Encoding:  
0011  
11df  
ffff  
Description:  
GOTOis an unconditional branch.  
The 9-bit immediate value is  
loaded into PC bits <8:0>. The  
upper bits of PC are loaded from  
STATUS<6:5>. GOTOis a two-  
cycle instruction.  
Description:  
The contents of register ‘f’ are  
incremented. 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’, then  
the next instruction, which is  
already fetched, is discarded and  
a NOPis executed instead making  
it a two-cycle instruction.  
Words:  
1
Cycles:  
Example:  
2
GOTO THERE  
Words:  
1
After Instruction  
PC  
Cycles:  
Example:  
1(2)  
=
address (THERE)  
HERE  
INCFSZ  
GOTO  
CNT, 1  
LOOP  
CONTINUE •  
INCF  
Increment f  
Syntax:  
[ label ] INCF f, d  
Before Instruction  
Operands:  
0 f 31  
d [0,1]  
PC  
After Instruction  
CNT  
=
address (HERE)  
Operation:  
(f) + 1 (dest)  
=
=
=
=
CNT + 1;  
0,  
address (CONTINUE);  
0,  
Status Affected:  
Encoding:  
Z
if CNT  
PC  
0010  
10df  
ffff  
if CNT  
PC  
Description:  
The contents of register ‘f’ are  
incremented. If ‘d’ is ‘0’, the result  
is placed in the W register. If ‘d’ is  
1’, the result is placed back in  
register ‘f’.  
address (HERE +1)  
Words:  
1
1
Cycles:  
Example:  
INCF  
CNT,  
1
Before Instruction  
CNT  
Z
=
=
0xFF  
0
After Instruction  
CNT  
Z
=
=
0x00  
1
© 2007 Microchip Technology Inc.  
DS41213D-page 47  
 复制成功!