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

PIC18F4520-I/PT 参数 Datasheet PDF下载

PIC18F4520-I/PT图片预览
型号: PIC18F4520-I/PT
PDF下载: 下载PDF文件 查看货源
内容描述: 28 /40/ 44引脚增强型闪存微控制器与10位A / D和纳瓦技术 [28/40/44-Pin Enhanced Flash Microcontrollers with 10-Bit A/D and nanoWatt Technology]
分类和应用: 闪存微控制器
文件页数/大小: 412 页 / 6898 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC18F4520-I/PT的Datasheet PDF文件第310页浏览型号PIC18F4520-I/PT的Datasheet PDF文件第311页浏览型号PIC18F4520-I/PT的Datasheet PDF文件第312页浏览型号PIC18F4520-I/PT的Datasheet PDF文件第313页浏览型号PIC18F4520-I/PT的Datasheet PDF文件第315页浏览型号PIC18F4520-I/PT的Datasheet PDF文件第316页浏览型号PIC18F4520-I/PT的Datasheet PDF文件第317页浏览型号PIC18F4520-I/PT的Datasheet PDF文件第318页  
PIC18F2420/2520/4420/4520  
MOVSS  
Move Indexed to Indexed  
PUSHL  
Store Literal at FSR2, Decrement FSR2  
Syntax:  
MOVSS [z ], [z ]  
Syntax:  
PUSHL k  
s
d
Operands:  
0 z 127  
s
Operands:  
Operation:  
0 k 255  
0 z 127  
d
k (FSR2),  
FSR2 – 1 FSR2  
Operation:  
((FSR2) + z ) ((FSR2) + z )  
s d  
Status Affected:  
None  
Status Affected: None  
Encoding:  
1st word (source)  
2nd word (dest.)  
Encoding:  
1111  
1010  
kkkk  
kkkk  
1110  
1111  
1011  
xxxx  
1zzz  
xzzz  
zzzz  
zzzz  
s
d
Description:  
The 8-bit literal ‘k’ is written to the data  
memory address specified by FSR2. FSR2  
is decremented by 1 after the operation.  
This instruction allows users to push values  
onto a software stack.  
Description  
The contents of the source register are  
moved to the destination register. The  
addresses of the source and destination  
registers are determined by adding the  
7-bit literal offsets ‘z ’ or ‘z ’,  
Words:  
Cycles:  
1
1
s
d
respectively, to the value of FSR2. Both  
registers can be located anywhere in  
the 4096-byte data memory space  
(000h to FFFh).  
Q Cycle Activity:  
Q1  
Q2  
Q3  
Q4  
The MOVSSinstruction cannot use the  
PCL, TOSU, TOSH or TOSL as the  
destination register.  
Decode  
Read ‘k’  
Process  
data  
Write to  
destination  
If the resultant source address points to  
an indirect addressing register, the  
value returned will be 00h. If the  
resultant destination address points to  
an indirect addressing register, the  
instruction will execute as a NOP.  
Example:  
PUSHL 08h  
Before Instruction  
FSR2H:FSR2L  
Memory (01ECh)  
=
=
01ECh  
00h  
Words:  
2
2
After Instruction  
FSR2H:FSR2L  
Memory (01ECh)  
=
=
01EBh  
08h  
Cycles:  
Q Cycle Activity:  
Q1  
Q2  
Q3  
Q4  
Decode  
Determine  
Determine  
Read  
source addr source addr source reg  
Decode  
Determine  
dest addr  
Determine  
dest addr  
Write  
to dest reg  
Example:  
MOVSS [05h], [06h]  
Before Instruction  
FSR2  
=
=
=
80h  
33h  
11h  
Contents  
of 85h  
Contents  
of 86h  
After Instruction  
FSR2  
=
=
=
80h  
33h  
33h  
Contents  
of 85h  
Contents  
of 86h  
DS39631E-page 312  
© 2008 Microchip Technology Inc.