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

PIC12F629T-I/SN 参数 Datasheet PDF下载

PIC12F629T-I/SN图片预览
型号: PIC12F629T-I/SN
PDF下载: 下载PDF文件 查看货源
内容描述: 8引脚,基于闪存的8位CMOS微控制器 [8-Pin, Flash-Based 8-Bit CMOS Microcontrollers]
分类和应用: 闪存微控制器
文件页数/大小: 136 页 / 1422 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC12F629T-I/SN的Datasheet PDF文件第72页浏览型号PIC12F629T-I/SN的Datasheet PDF文件第73页浏览型号PIC12F629T-I/SN的Datasheet PDF文件第74页浏览型号PIC12F629T-I/SN的Datasheet PDF文件第75页浏览型号PIC12F629T-I/SN的Datasheet PDF文件第77页浏览型号PIC12F629T-I/SN的Datasheet PDF文件第78页浏览型号PIC12F629T-I/SN的Datasheet PDF文件第79页浏览型号PIC12F629T-I/SN的Datasheet PDF文件第80页  
PIC12F629/675  
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,  
the 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
Cycles:  
Example:  
1
MOVWF OPTION  
Before Instruction  
OPTION = 0xFF  
W
=
0x4F  
Words:  
1
1
After Instruction  
OPTION = 0x4F  
W
Cycles:  
Example:  
=
0x4F  
MOVF  
FSR, 0  
After Instruction  
W
=
value in FSR  
register  
Z
=
1
NOP  
No Operation  
MOVLW  
Syntax:  
Move literal to W  
Syntax:  
[ label ] NOP  
[ label ] MOVLW k  
0 k 255  
Operands:  
Operation:  
Status Affected:  
Description:  
Words:  
None  
Operands:  
Operation:  
No operation  
k (W)  
None  
Status Affected: None  
No operation.  
Description:  
The eight-bit literal ‘k’ is loaded into  
W register. The “don’t cares” will  
assemble as ‘0’s.  
1
Cycles:  
1
NOP  
Example:  
Words:  
1
1
Cycles:  
Example:  
MOVLW  
0x5A  
After Instruction  
W
=
0x5A  
DS41190G-page 76  
2010 Microchip Technology Inc.  
 复制成功!