欢迎访问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文件第371页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第372页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第373页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第374页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第376页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第377页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第378页浏览型号PIC16LF1947-E/MR的Datasheet PDF文件第379页  
PIC16F/LF1946/47  
CALL  
Call Subroutine  
CLRWDT  
Clear Watchdog Timer  
Syntax:  
[ label ] CALL  
0 k 2047  
k
Syntax:  
[ label ] CLRWDT  
Operands:  
Operation:  
Operands:  
Operation:  
None  
(PC)+ 1TOS,  
k PC<10:0>,  
(PCLATH<4:3>) PC<12:11>  
00h WDT  
0WDT prescaler,  
1TO  
1PD  
Status Affected:  
Description:  
None  
Status Affected:  
Description:  
TO, PD  
Call Subroutine. First, return address  
(PC + 1) is pushed onto the stack.  
The eleven-bit immediate address is  
loaded into PC bits <10:0>. The upper  
bits of the PC are loaded from  
PCLATH. CALLis a two-cycle instruc-  
tion.  
CLRWDTinstruction resets the Watch-  
dog Timer. It also resets the prescaler  
of the WDT.  
Status bits TO and PD are set.  
COMF  
Complement f  
CALLW  
Subroutine Call With W  
Syntax:  
[ label ] COMF f,d  
Syntax:  
[ label ] CALLW  
Operands:  
0 f 127  
d [0,1]  
Operands:  
Operation:  
None  
(PC) +1 TOS,  
(W) PC<7:0>,  
Operation:  
(f) (destination)  
(PCLATH<6:0>) PC<14:8>  
Status Affected:  
Description:  
Z
The contents of register ‘f’ are com-  
plemented. If ‘d’ is ‘0’, the result is  
stored in W. If ‘d’ is ‘1’, the result is  
stored back in register ‘f’.  
Status Affected:  
Description:  
None  
Subroutine call with W. First, the  
return address (PC + 1) is pushed  
onto the return stack. Then, the con-  
tents of W is loaded into PC<7:0>,  
and the contents of PCLATH into  
PC<14:8>. CALLWis a two-cycle  
instruction.  
DECF  
Decrement f  
CLRF  
Clear f  
Syntax:  
[ label ] DECF f,d  
Syntax:  
[ label ] CLRF  
0 f 127  
f
Operands:  
0 f 127  
d [0,1]  
Operands:  
Operation:  
00h (f)  
1Z  
Operation:  
(f) - 1 (destination)  
Status Affected:  
Description:  
Z
Status Affected:  
Description:  
Z
Decrement register ‘f’. If ‘d’ is ‘0’, the  
result is stored in the W  
The contents of register ‘f’ are cleared  
and the Z bit is set.  
register. If ‘d’ is ‘1’, the result is stored  
back in register ‘f’.  
CLRW  
Clear W  
Syntax:  
[ label ] CLRW  
Operands:  
Operation:  
None  
00h (W)  
1Z  
Status Affected:  
Description:  
Z
W register is cleared. Zero bit (Z) is  
set.  
2010 Microchip Technology Inc.  
Preliminary  
DS41414A-page 373  
 复制成功!