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

PIC18F4520-I/PT 参数 Datasheet PDF下载

PIC18F4520-I/PT图片预览
型号: PIC18F4520-I/PT
PDF下载: 下载PDF文件 查看货源
内容描述: 28 /40/ 44引脚增强型闪存微控制器与10位A / D和纳瓦技术 [28/40/44-Pin Enhanced Flash Microcontrollers with 10-Bit A/D and nanoWatt Technology]
分类和应用: 闪存微控制器
文件页数/大小: 412 页 / 6898 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC18F4520-I/PT的Datasheet PDF文件第280页浏览型号PIC18F4520-I/PT的Datasheet PDF文件第281页浏览型号PIC18F4520-I/PT的Datasheet PDF文件第282页浏览型号PIC18F4520-I/PT的Datasheet PDF文件第283页浏览型号PIC18F4520-I/PT的Datasheet PDF文件第285页浏览型号PIC18F4520-I/PT的Datasheet PDF文件第286页浏览型号PIC18F4520-I/PT的Datasheet PDF文件第287页浏览型号PIC18F4520-I/PT的Datasheet PDF文件第288页  
PIC18F2420/2520/4420/4520  
BZ  
Branch if Zero  
CALL  
Subroutine Call  
Syntax:  
BZ  
n
Syntax:  
CALL k {,s}  
Operands:  
Operation:  
-128 n 127  
Operands:  
0 k 1048575  
s [0,1]  
if Zero bit is ‘1’,  
(PC) + 2 + 2n PC  
Operation:  
(PC) + 4 TOS,  
k PC<20:1>;  
if s = 1,  
Status Affected:  
Encoding:  
None  
1110  
0000  
nnnn  
nnnn  
(W) WS,  
(STATUS) STATUSS,  
(BSR) BSRS  
Description:  
If the Zero bit is ‘1’, then the program  
will branch.  
The 2’s complement number, ‘2n’, is  
added to the PC. Since the PC will  
have incremented to fetch the next  
instruction, the new address will be  
PC + 2 + 2n. This instruction is then a  
two-cycle instruction.  
Status Affected:  
None  
Encoding:  
1st word (k<7:0>)  
2nd word(k<19:8>)  
1110  
1111  
110s  
k kkk  
kkkk  
kkkk  
7
0
8
k
kkk kkkk  
19  
Description:  
Subroutine call of entire 2-Mbyte  
memory range. First, return address  
(PC + 4) is pushed onto the return  
stack. If ‘s’ = 1, the W, STATUS and  
Words:  
Cycles:  
1
1(2)  
BSR registers are also pushed into their  
respective shadow registers, WS,  
STATUSS and BSRS. If ‘s’ = 0, no  
update occurs (default). Then, the  
20-bit value ‘k’ is loaded into PC<20:1>.  
CALLis a two-cycle instruction.  
Q Cycle Activity:  
If Jump:  
Q1  
Q2  
Q3  
Q4  
Decode  
Read literal  
‘n’  
Process  
Data  
Write to PC  
No  
operation  
No  
operation  
No  
operation  
No  
operation  
Words:  
Cycles:  
2
2
If No Jump:  
Q1  
Q2  
Q3  
Q4  
Q Cycle Activity:  
Q1  
Decode  
Read literal  
‘n’  
Process  
Data  
No  
operation  
Q2  
Q3  
Q4  
Decode  
Read literal PUSH PC to Read literal  
‘k’<7:0>,  
stack  
‘k’<19:8>,  
Write to PC  
Example:  
HERE  
BZ Jump  
No  
operation  
No  
operation  
No  
operation  
No  
operation  
Before Instruction  
PC  
=
address (HERE)  
After Instruction  
If Zero  
PC  
If Zero  
PC  
=
=
=
=
1;  
Example:  
HERE  
CALL THERE, 1  
address (Jump)  
Before Instruction  
PC  
After Instruction  
0;  
address (HERE + 2)  
=
address (HERE)  
PC  
TOS  
WS  
BSRS  
STATUSS =  
=
address (THERE)  
=
=
=
address (HERE + 4)  
W
BSR  
STATUS  
DS39631E-page 282  
© 2008 Microchip Technology Inc.  
 复制成功!