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

PIC18F2320-I/SP 参数 Datasheet PDF下载

PIC18F2320-I/SP图片预览
型号: PIC18F2320-I/SP
PDF下载: 下载PDF文件 查看货源
内容描述: 28 /40/ 44引脚高性能,增强型闪存微控制器与10位A / D和纳瓦技术 [28/40/44-Pin High-Performance, Enhanced Flash Microcontrollers with 10-Bit A/D and nanoWatt Technology]
分类和应用: 闪存微控制器和处理器外围集成电路光电二极管PC时钟
文件页数/大小: 388 页 / 6899 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC18F2320-I/SP的Datasheet PDF文件第284页浏览型号PIC18F2320-I/SP的Datasheet PDF文件第285页浏览型号PIC18F2320-I/SP的Datasheet PDF文件第286页浏览型号PIC18F2320-I/SP的Datasheet PDF文件第287页浏览型号PIC18F2320-I/SP的Datasheet PDF文件第289页浏览型号PIC18F2320-I/SP的Datasheet PDF文件第290页浏览型号PIC18F2320-I/SP的Datasheet PDF文件第291页浏览型号PIC18F2320-I/SP的Datasheet PDF文件第292页  
PIC18F2220/2320/4220/4320  
RETFIE  
Return from Interrupt  
RETLW  
Return Literal to W  
Syntax:  
[ label ] RETFIE [s]  
s [0,1]  
Syntax:  
[ label ] RETLW k  
0 k 255  
Operands:  
Operation:  
Operands:  
Operation:  
(TOS) PC,  
1 GIE/GIEH or PEIE/GIEL,  
if s = 1  
k W,  
(TOS) PC,  
PCLATU, PCLATH are unchanged  
(WS) W,  
(STATUSS) STATUS,  
(BSRS) BSR,  
Status Affected:  
Encoding:  
None  
0000  
1100  
kkkk  
kkkk  
PCLATU, PCLATH are unchanged.  
Description:  
W is loaded with the eight-bit literal  
‘k’. The program counter is loaded  
from the top of the stack (the return  
address). The high address latch  
(PCLATH) remains unchanged.  
Status Affected:  
Encoding:  
GIE/GIEH, PEIE/GIEL.  
0000  
0000  
0001  
000s  
Description:  
Return from Interrupt. Stack is  
popped and Top-of-Stack (TOS) is  
loaded into the PC. Interrupts are  
enabled by setting either the high  
or low priority global interrupt  
enable bit. If ‘s’ = 1, the contents of  
the shadow registers WS,  
STATUSS and BSRS are loaded  
into their corresponding registers,  
W, Status and BSR. If ‘s’ = 0, no  
update of these registers occurs  
(default).  
Words:  
Cycles:  
1
2
Q Cycle Activity:  
Q1  
Q2  
Q3  
Q4  
Decode  
Read  
literal ‘k’  
Process  
Data  
pop PC from  
stack, Write  
to W  
No  
No  
No  
No  
operation  
operation  
operation  
operation  
Words:  
Cycles:  
1
2
Example:  
CALL TABLE ; W contains table  
; offset value  
Q Cycle Activity:  
Q1  
Q2  
Q3  
Q4  
; W now has  
; table value  
Decode  
No  
operation  
No  
operation  
pop PC from  
stack  
:
TABLE  
ADDWF PCL ; W = offset  
Set GIEH or  
GIEL  
RETLW k0  
RETLW k1  
:
; Begin table  
;
No  
operation  
No  
operation  
No  
operation  
No  
operation  
:
RETLW kn  
; End of table  
RETFIE  
1
Example:  
After Interrupt  
Before Instruction  
PC  
W
=
=
=
=
=
TOS  
WS  
W
=
0x07  
BSR  
STATUS  
GIE/GIEH, PEIE/GIEL  
BSRS  
STATUSS  
1
After Instruction  
W
=
value of kn  
DS39599C-page 286  
2003 Microchip Technology Inc.  
 复制成功!