欢迎访问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文件第370页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第371页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第372页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第373页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第375页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第376页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第377页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第378页  
PIC16F/LF1946/47  
BTFSC  
Bit Test f, Skip if Clear  
BCF  
Bit Clear f  
Syntax:  
[ label ] BTFSC f,b  
Syntax:  
[ label ] BCF f,b  
Operands:  
0 f 127  
0 b 7  
Operands:  
0 f 127  
0 b 7  
Operation:  
skip if (f<b>) = 0  
Operation:  
0(f<b>)  
Status Affected:  
Description:  
None  
Status Affected:  
Description:  
None  
If bit ‘b’ in register ‘f’ is ‘1’, the next  
instruction is executed.  
Bit ‘b’ in register ‘f’ is cleared.  
If bit ‘b’, in register ‘f’, is ‘0’, the next  
instruction is discarded, and a NOPis  
executed instead, making this a  
2-cycle instruction.  
BTFSS  
Bit Test f, Skip if Set  
BRA  
Relative Branch  
Syntax:  
[ label ] BTFSS f,b  
Syntax:  
[ label ] BRA label  
[ label ] BRA $+k  
Operands:  
0 f 127  
0 b < 7  
Operands:  
-256 label - PC + 1 255  
-256 k 255  
Operation:  
skip if (f<b>) = 1  
Operation:  
(PC) + 1 + k PC  
Status Affected:  
Description:  
None  
Status Affected:  
Description:  
None  
If bit ‘b’ in register ‘f’ is ‘0’, the next  
instruction is executed.  
If bit ‘b’ is ‘1’, then the next  
instruction is discarded and a NOPis  
executed instead, making this a  
2-cycle instruction.  
Add the signed 9-bit literal ‘k’ to the  
PC. Since the PC will have incre-  
mented to fetch the next instruction,  
the new address will be PC + 1 + k.  
This instruction is a two-cycle instruc-  
tion. This branch has a limited range.  
BRW  
Relative Branch with W  
Syntax:  
[ label ] BRW  
None  
Operands:  
Operation:  
Status Affected:  
Description:  
(PC) + (W) PC  
None  
Add the contents of W (unsigned) to  
the PC. Since the PC will have incre-  
mented to fetch the next instruction,  
the new address will be PC + 1 + (W).  
This instruction is a two-cycle instruc-  
tion.  
BSF  
Bit Set f  
Syntax:  
[ label ] BSF f,b  
Operands:  
0 f 127  
0 b 7  
Operation:  
1(f<b>)  
Status Affected:  
Description:  
None  
Bit ‘b’ in register ‘f’ is set.  
DS41414A-page 372  
Preliminary  
2010 Microchip Technology Inc.  
 复制成功!