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

PIC16F57-I/SP 参数 Datasheet PDF下载

PIC16F57-I/SP图片预览
型号: PIC16F57-I/SP
PDF下载: 下载PDF文件 查看货源
内容描述: 基于闪存的8位CMOS微控制器系列 [Flash-Based, 8-Bit CMOS Microcontroller Series]
分类和应用: 闪存微控制器
文件页数/大小: 88 页 / 1373 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16F57-I/SP的Datasheet PDF文件第44页浏览型号PIC16F57-I/SP的Datasheet PDF文件第45页浏览型号PIC16F57-I/SP的Datasheet PDF文件第46页浏览型号PIC16F57-I/SP的Datasheet PDF文件第47页浏览型号PIC16F57-I/SP的Datasheet PDF文件第49页浏览型号PIC16F57-I/SP的Datasheet PDF文件第50页浏览型号PIC16F57-I/SP的Datasheet PDF文件第51页浏览型号PIC16F57-I/SP的Datasheet PDF文件第52页  
PIC16F5X  
COMF  
Complement f  
DECFSZ  
Decrement f, Skip if 0  
Syntax:  
[ label ] COMF f, d  
Syntax:  
[ label ] DECFSZ f, d  
Operands:  
0 f 31  
d [0,1]  
Operands:  
0 f 31  
d [0,1]  
Operation:  
(f) (dest)  
Operation:  
(f) – 1 d; skip if result = 0  
Status Affected:  
Encoding:  
Z
Status Affected: None  
0010  
01df  
ffff  
Encoding:  
0010  
11df  
ffff  
Description:  
The contents of register ‘f’ are  
complemented. If ‘d’ is ‘0’, the  
result is stored in the W register. If  
‘d’ is ‘1’, the result is stored back in  
register ‘f’.  
Description:  
The contents of register ‘f’ are  
decremented. 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’, the  
next instruction, which is already  
fetched, is discarded and a NOPis  
executed instead making it a  
two-cycle instruction.  
Words:  
1
1
Cycles:  
Example:  
COMF  
REG1,0  
0x13  
Words:  
1
Before Instruction  
REG1  
After Instruction  
=
Cycles:  
Example:  
1(2)  
HERE  
DECFSZ  
GOTO  
CNT, 1  
LOOP  
REG1  
W
=
=
0x13  
0xEC  
CONTINUE •  
DECF  
Decrement f  
Before Instruction  
Syntax:  
[ label ] DECF f, d  
PC  
After Instruction  
CNT  
=
address(HERE)  
Operands:  
0 f 31  
d [0,1]  
=
=
=
=
CNT - 1;  
0,  
address (CONTINUE);  
0,  
if CNT  
PC  
if CNT  
PC  
Operation:  
(f) – 1 (dest)  
Status Affected:  
Encoding:  
Z
address (HERE+1)  
0000  
11df  
ffff  
Description:  
Decrement register ‘f’. If ‘d’ is ‘0’,  
the result is stored in the W  
register. If ‘d’ is ‘1’, the result is  
stored back in register ‘f’.  
Words:  
1
1
Cycles:  
Example:  
DECF  
CNT, 1  
0x01  
Before Instruction  
CNT  
Z
=
=
0
After Instruction  
CNT  
Z
=
=
0x00  
1
DS41213D-page 46  
© 2007 Microchip Technology Inc.  
 复制成功!