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

PIC16F818-I/P 参数 Datasheet PDF下载

PIC16F818-I/P图片预览
型号: PIC16F818-I/P
PDF下载: 下载PDF文件 查看货源
内容描述: 二十零分之一十八引脚增强型闪存微控制器采用纳瓦技术 [18/20-Pin Enhanced Flash Microcontrollers with nanoWatt Technology]
分类和应用: 闪存微控制器和处理器外围集成电路光电二极管PC时钟
文件页数/大小: 176 页 / 2941 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16F818-I/P的Datasheet PDF文件第106页浏览型号PIC16F818-I/P的Datasheet PDF文件第107页浏览型号PIC16F818-I/P的Datasheet PDF文件第108页浏览型号PIC16F818-I/P的Datasheet PDF文件第109页浏览型号PIC16F818-I/P的Datasheet PDF文件第111页浏览型号PIC16F818-I/P的Datasheet PDF文件第112页浏览型号PIC16F818-I/P的Datasheet PDF文件第113页浏览型号PIC16F818-I/P的Datasheet PDF文件第114页  
PIC16F818/819  
IORLW  
Inclusive OR Literal with W  
MOVLW  
Move Literal to W  
[ label ] MOVLW k  
0 k 255  
Syntax:  
[ label ] IORLW k  
0 k 255  
Syntax:  
Operands:  
Operation:  
Status Affected:  
Description:  
Operands:  
Operation:  
Status Affected:  
Description:  
(W) .OR. k (W)  
Z
k (W)  
None  
The contents of the W register are  
ORed with the eight-bit literal ‘k’.  
The result is placed in the W  
register.  
The eight-bit literal ‘k’ is loaded  
into W register. The don’t cares  
will assemble as ‘0’s.  
IORWF  
Inclusive OR W with f  
MOVWF  
Move W to f  
Syntax:  
[ label ] IORWF f,d  
Syntax:  
[ label ] MOVWF  
0 f 127  
(W) (f)  
f
Operands:  
0 f 127  
d [0,1]  
Operands:  
Operation:  
Status Affected:  
Description:  
Operation:  
(W) .OR. (f) (destination)  
None  
Status Affected:  
Description:  
Z
Move data from W register to  
register ‘f’.  
Inclusive OR the W register with  
register ‘f’. If ‘d’ = 0, the result is  
placed in the W register. If ‘d’ = 1,  
the result is placed back in  
register ‘f’.  
MOVF  
Move f  
NOP  
No Operation  
[ label ] NOP  
None  
Syntax:  
Operands:  
[ label ] MOVF f,d  
Syntax:  
0 f 127  
d [0,1]  
Operands:  
Operation:  
No operation  
Operation:  
(f) (destination)  
Status Affected: None  
Description: No operation.  
Status Affected:  
Description:  
Z
The contents of register ‘f’ are  
moved to a destination dependant  
upon the status of ‘d’. If ‘d’ = 0,  
the destination is W register. If  
‘d’ = 1, the destination is file regis-  
ter ‘f’ itself. ‘d’ = 1is useful to test  
a file register since status flag Z is  
affected.  
DS39598E-page 108  
2004 Microchip Technology Inc.