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

PIC16CE625-04/SO 参数 Datasheet PDF下载

PIC16CE625-04/SO图片预览
型号: PIC16CE625-04/SO
PDF下载: 下载PDF文件 查看货源
内容描述: OTP 8位CMOS微控制器与EEPROM数据存储器 [OTP 8-Bit CMOS MCU with EEPROM Data Memory]
分类和应用: 存储微控制器和处理器外围集成电路光电二极管PC可编程只读存储器电动程控只读存储器电可擦编程只读存储器时钟
文件页数/大小: 108 页 / 2330 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16CE625-04/SO的Datasheet PDF文件第63页浏览型号PIC16CE625-04/SO的Datasheet PDF文件第64页浏览型号PIC16CE625-04/SO的Datasheet PDF文件第65页浏览型号PIC16CE625-04/SO的Datasheet PDF文件第66页浏览型号PIC16CE625-04/SO的Datasheet PDF文件第68页浏览型号PIC16CE625-04/SO的Datasheet PDF文件第69页浏览型号PIC16CE625-04/SO的Datasheet PDF文件第70页浏览型号PIC16CE625-04/SO的Datasheet PDF文件第71页  
PIC16CE62X  
11.1  
Instruction Descriptions  
ANDLW  
AND Literal with W  
ADDLW  
Add Literal and W  
Syntax:  
[ label ] ANDLW  
k
Syntax:  
[ label ] ADDLW  
k
Operands:  
Operation:  
Status Affected:  
Encoding:  
Description:  
0 k 255  
Operands:  
0 k 255  
(W) + k (W)  
C, DC, Z  
(W) .AND. (k) (W)  
Operation:  
Z
Status Affected:  
Encoding:  
11  
1001  
kkkk  
kkkk  
11  
111x  
kkkk  
kkkk  
The contents of W register are  
AND’ed with the eight bit literal 'k'.The  
result is placed in the W register.  
The contents of the W register are  
added to the eight bit literal 'k' and the  
result is placed in the W register.  
Description:  
Words:  
Cycles:  
Example  
1
1
Words:  
Cycles:  
Example  
1
1
ANDLW  
0x5F  
ADDLW  
0x15  
Before Instruction  
Before Instruction  
W
=
0xA3  
0x03  
W
=
0x10  
0x25  
After Instruction  
After Instruction  
W
=
W
=
ADDWF  
Syntax:  
Add W and f  
ANDWF  
Syntax:  
AND W with f  
[ label ] ADDWF f,d  
[ label ] ANDWF f,d  
Operands:  
0 f 127  
Operands:  
0 f 127  
d
[0,1]  
d
[0,1]  
Operation:  
(W) + (f) (dest)  
Operation:  
(W) .AND. (f) (dest)  
Status Affected:  
Encoding:  
C, DC, Z  
Status Affected:  
Encoding:  
Z
00  
0111  
dfff  
ffff  
00  
0101  
dfff  
ffff  
Add the contents of the W register  
with register 'f'. If 'd' is 0 the result is  
stored in the W register. If 'd' is 1 the  
result is stored back in register 'f'.  
AND the W register with register 'f'. If  
'd' is 0 the result is stored in the W  
register. If 'd' is 1 the result is stored  
back in register 'f'.  
Description:  
Description:  
Words:  
Cycles:  
Example  
1
1
Words:  
Cycles:  
Example  
1
1
ADDWF  
FSR,  
0
ANDWF  
FSR, 1  
Before Instruction  
Before Instruction  
W
FSR =  
=
0x17  
0xC2  
W
FSR =  
=
0x17  
0xC2  
After Instruction  
After Instruction  
W
FSR =  
=
0xD9  
0xC2  
W
FSR =  
=
0x17  
0x02  
1998 Microchip Technology Inc.  
Preliminary  
DS40182A-page 67  
 复制成功!