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

PIC16F685-I/SS 参数 Datasheet PDF下载

PIC16F685-I/SS图片预览
型号: PIC16F685-I/SS
PDF下载: 下载PDF文件 查看货源
内容描述: 20引脚基于闪存的8位CMOS微控制器采用纳瓦技术 [20-Pin Flash-Based, 8-Bit CMOS Microcontrollers with nanoWatt Technology]
分类和应用: 闪存微控制器
文件页数/大小: 294 页 / 5272 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16F685-I/SS的Datasheet PDF文件第216页浏览型号PIC16F685-I/SS的Datasheet PDF文件第217页浏览型号PIC16F685-I/SS的Datasheet PDF文件第218页浏览型号PIC16F685-I/SS的Datasheet PDF文件第219页浏览型号PIC16F685-I/SS的Datasheet PDF文件第221页浏览型号PIC16F685-I/SS的Datasheet PDF文件第222页浏览型号PIC16F685-I/SS的Datasheet PDF文件第223页浏览型号PIC16F685-I/SS的Datasheet PDF文件第224页  
PIC16F631/677/685/687/689/690  
MOVWF  
Move W to f  
[ label ] MOVWF  
0 f 127  
(W) (f)  
MOVF  
Move f  
Syntax:  
f
Syntax:  
Operands:  
[ label ] MOVF f,d  
Operands:  
Operation:  
Status Affected:  
Description:  
0 f 127  
d [0,1]  
Operation:  
(f) (dest)  
None  
Status Affected:  
Description:  
Z
Move data from W register to  
register ‘f’.  
The contents of register ‘f’ is  
moved to a destination dependent  
upon the status of ‘d’. If d = 0,  
destination is W register. If d = 1,  
the destination is file register ‘f’  
itself. d = 1is useful to test a file  
register since status flag Z is  
affected.  
Words:  
1
1
Cycles:  
Example:  
MOVW  
F
OPTION  
Before Instruction  
OPTION = 0xFF  
Words:  
1
1
W
=
0x4F  
After Instruction  
Cycles:  
Example:  
OPTION = 0x4F  
W
MOVF  
FSR, 0  
=
0x4F  
After Instruction  
W
=
value in FSR  
register  
Z
=
1
MOVLW  
Syntax:  
Move literal to W  
NOP  
No Operation  
[ label ] MOVLW k  
0 k 255  
Syntax:  
[ label ] NOP  
Operands:  
Operation:  
Operands:  
Operation:  
Status Affected:  
Description:  
Words:  
None  
k (W)  
No operation  
Status Affected: None  
None  
Description:  
The eight-bit literal ‘k’ is loaded into  
W register. The “don’t cares” will  
assemble as ‘0’s.  
No operation.  
1
Cycles:  
1
Words:  
1
1
NOP  
Example:  
Cycles:  
Example:  
MOVLW  
0x5A  
After Instruction  
W
=
0x5A  
DS41262D-page 218  
© 2007 Microchip Technology Inc.  
 复制成功!