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

PIC18F8620-I/PT 参数 Datasheet PDF下载

PIC18F8620-I/PT图片预览
型号: PIC18F8620-I/PT
PDF下载: 下载PDF文件 查看货源
内容描述: 八十〇分之六十四引脚高性能1 Mbit的增强型闪存微控制器与A / D [64/80-Pin High Performance 1 Mbit Enhanced FLASH Microcontrollers with A/D]
分类和应用: 闪存微控制器和处理器外围集成电路PC时钟
文件页数/大小: 366 页 / 6797 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC18F8620-I/PT的Datasheet PDF文件第282页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第283页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第284页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第285页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第287页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第288页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第289页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第290页  
PIC18FXX20  
MOVFF  
Move f to f  
MOVLB  
Move literal to low nibble in BSR  
Syntax:  
Operands:  
[label] MOVFF fs,fd  
0 fs 4095  
0 fd 4095  
(fs) fd  
None  
Syntax:  
[ label ] MOVLB k  
0 k 255  
k BSR  
Operands:  
Operation:  
Status Affected:  
Encoding:  
Operation:  
Status Affected:  
Encoding:  
1st word (source)  
2nd word (destin.)  
None  
0000  
0001  
kkkk  
kkkk  
Description:  
The 8-bit literal 'k' is loaded into  
the Bank Select Register (BSR).  
1
1
1100  
1111  
ffff  
ffff  
ffff  
ffff  
ffffs  
ffffd  
Words:  
Cycles:  
Description:  
The contents of source register 'fs'  
are moved to destination register  
'fd'. Location of source 'fs' can be  
anywhere in the 4096-byte data  
space (000h to FFFh), and location  
of destination 'fd' can also be any-  
where from 000h to FFFh.  
Q Cycle Activity:  
Q1  
Q2  
Q3  
Q4  
Write  
literal 'k' to  
BSR  
Decode  
Read literal  
Process  
'k'  
Data  
Either source or destination can be  
W (a useful special situation).  
MOVFFis particularly useful for  
transferring a data memory location  
to a peripheral register (such as the  
transmit buffer or an I/O port).  
MOVLB  
5
Example:  
Before Instruction  
BSR register  
=
=
0x02  
0x05  
After Instruction  
BSR register  
The MOVFFinstruction cannot use  
the PCL, TOSU, TOSH or TOSL as  
the destination register.  
Words:  
Cycles:  
2
2 (3)  
Q Cycle Activity:  
Q1  
Q2  
Read  
register 'f'  
(src)  
Q3  
Process  
Data  
Q4  
Decode  
No  
operation  
Decode  
No  
No  
operation  
Write  
register 'f'  
(dest)  
operation  
No dummy  
read  
MOVFF  
REG1, REG2  
Example:  
Before Instruction  
REG1  
=
=
0x33  
REG2  
0x11  
After Instruction  
REG1  
REG2  
=
=
0x33,  
0x33  
DS39609A-page 284  
Advance Information  
2003 Microchip Technology Inc.  
 复制成功!