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

PIC17C752T-25I/P 参数 Datasheet PDF下载

PIC17C752T-25I/P图片预览
型号: PIC17C752T-25I/P
PDF下载: 下载PDF文件 查看货源
内容描述: 高性能8位CMOS微控制器的EPROM [High-Performance 8-Bit CMOS EPROM Microcontrollers]
分类和应用: 微控制器可编程只读存储器电动程控只读存储器
文件页数/大小: 320 页 / 2172 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC17C752T-25I/P的Datasheet PDF文件第200页浏览型号PIC17C752T-25I/P的Datasheet PDF文件第201页浏览型号PIC17C752T-25I/P的Datasheet PDF文件第202页浏览型号PIC17C752T-25I/P的Datasheet PDF文件第203页浏览型号PIC17C752T-25I/P的Datasheet PDF文件第205页浏览型号PIC17C752T-25I/P的Datasheet PDF文件第206页浏览型号PIC17C752T-25I/P的Datasheet PDF文件第207页浏览型号PIC17C752T-25I/P的Datasheet PDF文件第208页  
PIC17C75X  
MOVPF  
Syntax:  
Move p to f  
MOVWF  
Move WREG to f  
[ label ] MOVWF  
0 f 255  
[label] MOVPF p,f  
Syntax:  
f
Operands:  
0 f 255  
0 p 31  
Operands:  
Operation:  
Status Affected:  
Encoding:  
Description:  
(WREG) (f)  
None  
Operation:  
(p) (f)  
Status Affected:  
Encoding:  
Z
0000  
0001  
ffff  
ffff  
010p  
pppp  
ffff  
ffff  
Move data from WREG to register 'f'.  
Location 'f' can be anywhere in the 256  
word data space.  
Move data from data memory location  
'p' to data memory location 'f'. Location  
'f' can be anywhere in the 256 byte data  
space (00h to FFh) while 'p' can be 00h  
to 1Fh.  
Description:  
Words:  
Cycles:  
1
1
Either 'p' or 'f' can be WREG (a useful  
special situation).  
Q Cycle Activity:  
Q1  
Q2  
Q3  
Q4  
MOVPFis particularly useful for transfer-  
ring a peripheral register (e.g. the timer  
or an I/O port) to a data memory loca-  
tion. Both 'f' and 'p' can be indirectly  
addressed.  
Decode  
Read  
register 'f'  
Process  
Data  
Write  
register 'f'  
MOVWF  
REG  
Example:  
Words:  
Cycles:  
1
1
Before Instruction  
WREG  
=
0x4F  
0xFF  
REG  
=
Q Cycle Activity:  
Q1  
After Instruction  
Q2  
Q3  
Q4  
WREG  
=
0x4F  
0x4F  
Decode  
Read  
register 'p'  
Process  
Data  
Write  
register 'f'  
REG  
=
MOVPF  
REG1, REG2  
Example:  
Before Instruction  
REG1  
REG2  
=
=
0x11  
0x33  
After Instruction  
REG1  
=
=
0x11  
0x11  
REG2  
DS30264A-page 204  
1997 Microchip Technology Inc.  
 复制成功!