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

PIC16F630-I/ST 参数 Datasheet PDF下载

PIC16F630-I/ST图片预览
型号: PIC16F630-I/ST
PDF下载: 下载PDF文件 查看货源
内容描述: 14引脚基于闪存的8位CMOS微控制器 [14-Pin FLASH-Based 8-Bit CMOS Microcontrollers]
分类和应用: 闪存微控制器和处理器外围集成电路光电二极管PC时钟
文件页数/大小: 130 页 / 1924 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16F630-I/ST的Datasheet PDF文件第74页浏览型号PIC16F630-I/ST的Datasheet PDF文件第75页浏览型号PIC16F630-I/ST的Datasheet PDF文件第76页浏览型号PIC16F630-I/ST的Datasheet PDF文件第77页浏览型号PIC16F630-I/ST的Datasheet PDF文件第79页浏览型号PIC16F630-I/ST的Datasheet PDF文件第80页浏览型号PIC16F630-I/ST的Datasheet PDF文件第81页浏览型号PIC16F630-I/ST的Datasheet PDF文件第82页  
PIC16F630/676  
MOVF  
Move f  
NOP  
No Operation  
Syntax:  
[ label ] MOVF f,d  
Syntax:  
[ label ] NOP  
None  
Operands:  
0 f 127  
d [0,1]  
Operands:  
Operation:  
No operation  
Operation:  
(f) (destination)  
Status Affected: None  
Status Affected:  
Description:  
Z
Description:  
No operation.  
The contents of register f are  
moved to a destination dependant  
upon the status of d. If d = 0,  
destination is W register. If d = 1,  
the destination is file register f itself.  
d = 1 is useful to test a file register,  
since status flag Z is affected.  
MOVLW  
Move Literal to W  
RETFIE  
Return from Interrupt  
Syntax:  
[ label ] MOVLW k  
0 k 255  
k (W)  
Syntax:  
[ label ] RETFIE  
Operands:  
Operation:  
Status Affected:  
Description:  
Operands:  
Operation:  
None  
TOS PC,  
1 GIE  
None  
Status Affected: None  
The eight-bit literal 'k' is loaded  
into W register. The don’t cares  
will assemble as 0’s.  
MOVWF  
Move W to f  
RETLW  
Return with Literal in W  
Syntax:  
[ label ] MOVWF  
0 f 127  
(W) (f)  
f
Syntax:  
[ label ] RETLW  
0 k 255  
k
Operands:  
Operation:  
Status Affected:  
Description:  
Operands:  
Operation:  
k (W);  
TOS PC  
None  
Status Affected: None  
Description:  
Move data from W register to  
register 'f'.  
The W register is loaded with the  
eight-bit literal 'k'. The program  
counter is loaded from the top of  
the stack (the return address).  
This is a two-cycle instruction.  
DS40039E-page 76  
© 2007 Microchip Technology Inc.  
 复制成功!