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

PIC16CE625-04/P 参数 Datasheet PDF下载

PIC16CE625-04/P图片预览
型号: PIC16CE625-04/P
PDF下载: 下载PDF文件 查看货源
内容描述: OTP 8位CMOS微控制器与EEPROM数据存储器 [OTP 8-Bit CMOS MCU with EEPROM Data Memory]
分类和应用: 存储微控制器和处理器外围集成电路光电二极管可编程只读存储器电动程控只读存储器电可擦编程只读存储器时钟
文件页数/大小: 108 页 / 2330 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16CE625-04/P的Datasheet PDF文件第69页浏览型号PIC16CE625-04/P的Datasheet PDF文件第70页浏览型号PIC16CE625-04/P的Datasheet PDF文件第71页浏览型号PIC16CE625-04/P的Datasheet PDF文件第72页浏览型号PIC16CE625-04/P的Datasheet PDF文件第74页浏览型号PIC16CE625-04/P的Datasheet PDF文件第75页浏览型号PIC16CE625-04/P的Datasheet PDF文件第76页浏览型号PIC16CE625-04/P的Datasheet PDF文件第77页  
PIC16CE62X  
NOP  
No Operation  
[ label ] NOP  
None  
RETFIE  
Return from Interrupt  
[ label ] RETFIE  
None  
Syntax:  
Syntax:  
Operands:  
Operation:  
Status Affected:  
Encoding:  
Description:  
Words:  
Operands:  
Operation:  
No operation  
None  
TOS PC,  
1 GIE  
Status Affected:  
Encoding:  
None  
00  
0000  
0xx0  
0000  
00  
0000  
0000  
1001  
No operation.  
Return from Interrupt. Stack is POPed  
and Top of Stack (TOS) is loaded in  
the PC. Interrupts are enabled by  
setting Global Interrupt Enable bit,  
GIE (INTCON<7>).This is a two-cycle  
instruction.  
Description:  
1
Cycles:  
1
NOP  
Example  
Words:  
Cycles:  
Example  
1
2
RETFIE  
After Interrupt  
PC  
GIE =  
=
TOS  
1
RETLW  
Return with Literal in W  
OPTION  
Syntax:  
Load Option Register  
[ label ] OPTION  
None  
Syntax:  
[ label ] RETLW  
k
Operands:  
Operation:  
Operands:  
Operation:  
0 k 255  
(W) OPTION  
k (W);  
TOS PC  
Status Affected: None  
00  
0000  
0110  
0010  
Encoding:  
Status Affected:  
Encoding:  
None  
The contents of the W register are  
loaded in the OPTION register. This  
instruction is supported for code  
compatibility with PIC16C5X products.  
Since OPTION is a readable/writable  
register, the user can directly  
address it.  
Description:  
11  
01xx  
kkkk  
kkkk  
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.  
Description:  
Words:  
Cycles:  
Example  
1
2
Words:  
Cycles:  
Example  
1
1
CALL TABLE  
;W contains table  
;offset value  
;W now has table  
To maintain upward compatibility  
with future PICmicro™ products,  
do not use this instruction.  
value  
TABLE  
ADDWF PC  
;W = offset  
;Begin table  
;
RETLW k1  
RETLW k2  
RETLW kn  
; End of table  
Before Instruction  
W
=
0x07  
After Instruction  
W
=
value of k8  
1998 Microchip Technology Inc.  
Preliminary  
DS40182A-page 73  
 复制成功!