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

PIC18LF4320-I/ML 参数 Datasheet PDF下载

PIC18LF4320-I/ML图片预览
型号: PIC18LF4320-I/ML
PDF下载: 下载PDF文件 查看货源
内容描述: 28 /40/ 44引脚高性能,增强型闪存微控制器与10位A / D和纳瓦技术 [28/40/44-Pin High-Performance, Enhanced Flash Microcontrollers with 10-Bit A/D and nanoWatt Technology]
分类和应用: 闪存微控制器和处理器外围集成电路时钟
文件页数/大小: 388 页 / 6899 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC18LF4320-I/ML的Datasheet PDF文件第274页浏览型号PIC18LF4320-I/ML的Datasheet PDF文件第275页浏览型号PIC18LF4320-I/ML的Datasheet PDF文件第276页浏览型号PIC18LF4320-I/ML的Datasheet PDF文件第277页浏览型号PIC18LF4320-I/ML的Datasheet PDF文件第279页浏览型号PIC18LF4320-I/ML的Datasheet PDF文件第280页浏览型号PIC18LF4320-I/ML的Datasheet PDF文件第281页浏览型号PIC18LF4320-I/ML的Datasheet PDF文件第282页  
PIC18F2220/2320/4220/4320  
GOTO  
Unconditional Branch  
INCF  
Increment f  
Syntax:  
[ label ] GOTO k  
0 k 1048575  
k PC<20:1>  
None  
Syntax:  
[ label ] INCF f [,d [,a]]  
Operands:  
Operation:  
Status Affected:  
Operands:  
0 f 255  
d [0,1]  
a [0,1]  
Operation:  
(f) + 1 dest  
Encoding:  
1st word (k<7:0>)  
2nd word(k<19:8>)  
Status Affected:  
Encoding:  
C, DC, N, OV, Z  
1110  
1111  
1111  
k kkk  
kkkk  
kkkk  
7
0
8
k
kkk kkkk  
0010  
10da  
ffff  
ffff  
19  
Description:  
GOTOallows an unconditional  
branch anywhere within entire  
2-Mbyte memory range. The 20-bit  
value ‘k’ is loaded into PC<20:1>.  
GOTOis always a two-cycle  
instruction.  
Description:  
The contents of register ‘f’ are  
incremented. If ‘d’ is ‘0’, the result  
is placed in W. If ‘d’ is ‘1’, the result  
is placed back in register ‘f’  
(default). If ‘a’ is ‘0’, the Access  
Bank will be selected, overriding  
the BSR value. If ‘a’ = 1, then the  
bank will be selected as per the  
BSR value (default).  
Words:  
Cycles:  
2
2
Q Cycle Activity:  
Q1  
Words:  
Cycles:  
1
1
Q2  
Q3  
Q4  
Decode  
Read literal  
‘k’<7:0>,  
No  
operation  
Read literal  
‘k’<19:8>,  
Write to PC  
Q Cycle Activity:  
Q1  
Q2  
Q3  
Q4  
No  
operation  
No  
operation  
No  
operation  
No  
operation  
Decode  
Read  
register ‘f’  
Process  
Data  
Write to  
destination  
GOTO THERE  
Example:  
INCF  
CNT,  
Example:  
After Instruction  
Before Instruction  
PC  
=
Address (THERE)  
CNT  
=
0xFF  
Z
=
=
=
0
?
?
C
DC  
After Instruction  
CNT  
=
=
=
=
0x00  
Z
1
1
1
C
DC  
DS39599C-page 276  
2003 Microchip Technology Inc.  
 复制成功!