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

PIC16LF1947-E/MR 参数 Datasheet PDF下载

PIC16LF1947-E/MR图片预览
型号: PIC16LF1947-E/MR
PDF下载: 下载PDF文件 查看货源
内容描述: [64-Pin Flash-Based, 8-Bit CMOS Microcontrollers with LCD Driver and nanoWatt XLP Technology]
分类和应用: 微控制器
文件页数/大小: 440 页 / 4740 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第375页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第376页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第377页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第378页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第380页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第381页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第382页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第383页  
PIC16F/LF1946/47  
NOP  
No Operation  
MOVWI  
Move W to INDFn  
Syntax:  
[ label ] NOP  
Syntax:  
[ label ] MOVWI ++FSRn  
[ label ] MOVWI --FSRn  
[ label ] MOVWI FSRn++  
[ label ] MOVWI FSRn--  
[ label ] MOVWI k[FSRn]  
Operands:  
Operation:  
Status Affected:  
Description:  
Words:  
None  
No operation  
None  
No operation.  
Operands:  
Operation:  
n [0,1]  
-32 k 31  
If not present, k = 0.  
1
Cycles:  
1
W INDFn  
Effective address is determined by  
Example:  
NOP  
FSR + 1 (preincrement)  
FSR - 1 (predecrement)  
FSR + k (relative offset)  
After the Move, the FSR value will be  
either:  
Load OPTION_REG Register  
with W  
OPTION  
FSR + 1 (all increments)  
FSR - 1 (all decrements)  
Syntax:  
[ label ] OPTION  
None  
Unchanged  
Operands:  
Operation:  
Status Affected:  
Description:  
Status Affected:  
None  
(W) OPTION_REG  
None  
Mode  
Syntax  
Move data from W register to  
OPTION_REG register.  
Preincrement  
Predecrement  
Postincrement  
Postdecrement  
++FSRn  
--FSRn  
FSRFn++  
FSRn--  
RESET  
Software Reset  
Syntax:  
[ label ] RESET  
Description:  
This instruction is used to move data  
between W and one of the indirect  
registers (INDFn). Before/after this  
move, the pointer (FSRn) is updated by  
pre/post incrementing/decrementing it.  
Operands:  
Operation:  
None  
Execute a device Reset. Resets the  
nRI flag of the PCON register.  
Status Affected:  
Description:  
None  
Note: The INDFn registers are not  
physical registers. Any instruction that  
accesses an INDFn register actually  
accesses the register at the address  
specified by the FSRn.  
This instruction provides a way to  
execute a hardware Reset by soft-  
ware.  
FSRn is limited to the range 0000h -  
FFFFh. Incrementing/decrementing it  
beyond these bounds will cause it to wrap  
around.  
The increment/decrement operation on  
FSRn WILL NOT affect any Status bits.  
2010 Microchip Technology Inc.  
Preliminary  
DS41414A-page 377  
 复制成功!