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

PIC16F916-I/SO 参数 Datasheet PDF下载

PIC16F916-I/SO图片预览
型号: PIC16F916-I/SO
PDF下载: 下载PDF文件 查看货源
内容描述: 40分之28 / 44/ 64引脚基于闪存的8位CMOS微控制器与LCD驱动器和纳瓦技术 [28/40/44/64-Pin Flash-Based, 8-Bit CMOS Microcontrollers with LCD Driver and nanoWatt Technology]
分类和应用: 驱动器闪存微控制器和处理器外围集成电路光电二极管PC时钟
文件页数/大小: 330 页 / 6045 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16F916-I/SO的Datasheet PDF文件第244页浏览型号PIC16F916-I/SO的Datasheet PDF文件第245页浏览型号PIC16F916-I/SO的Datasheet PDF文件第246页浏览型号PIC16F916-I/SO的Datasheet PDF文件第247页浏览型号PIC16F916-I/SO的Datasheet PDF文件第249页浏览型号PIC16F916-I/SO的Datasheet PDF文件第250页浏览型号PIC16F916-I/SO的Datasheet PDF文件第251页浏览型号PIC16F916-I/SO的Datasheet PDF文件第252页  
PIC16F913/914/916/917/946  
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  
DS41250F-page 246  
© 2007 Microchip Technology Inc.  
 复制成功!