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

DP805X 参数 Datasheet PDF下载

DP805X图片预览
型号: DP805X
PDF下载: 下载PDF文件 查看货源
内容描述: 流水线的高性能微控制器指令集的详细信息3.10版本 [Pipelined High Performance Microcontroller Instructions set details ver 3.10]
分类和应用: 微控制器
文件页数/大小: 79 页 / 249 K
品牌: DCD [ DIGITAL CORE DESIGN ]
 浏览型号DP805X的Datasheet PDF文件第30页浏览型号DP805X的Datasheet PDF文件第31页浏览型号DP805X的Datasheet PDF文件第32页浏览型号DP805X的Datasheet PDF文件第33页浏览型号DP805X的Datasheet PDF文件第35页浏览型号DP805X的Datasheet PDF文件第36页浏览型号DP805X的Datasheet PDF文件第37页浏览型号DP805X的Datasheet PDF文件第38页  
DP805x Instructions set details  
- 34 -  
3.12. DJNZ  
Instruction:  
Function:  
DJNZ <byte>, <rel-addr>  
Decrement and jump if not zero  
Description: DJNZ decrements the location indicated by 1, and branches to the  
address indicated by the second operand if the resulting value is not  
zero. An original value of 00 H will underflow to 0FF H. No flags are  
affected. The branch destination would be computed by adding the  
signed relative-displacement value in the last instruction byte to the PC,  
after incrementing the PC to the first byte of the following instruction.  
The location decremented may be a register or directly addressed byte.  
Note:  
When this instruction is used to modify an output port, the value used  
as the original port data will be read from the output data latch, not the  
input pins.  
3.12.1.  
DJNZ RN, REL  
Operation:  
(PC) (PC) + 2  
(Rn) (Rn) - 1  
if (Rn) 0 then  
(PC) (PC) + rel  
Bytes:  
Cycles:  
2
4
Encoding:  
1
1
0
1
1
r
r
r
relative address  
All trademarks mentioned in this document  
are trademarks of their respective owners.  
http://www.DigitalCoreDesign.com  
http://www.dcd.pl  
Copyright 1999-2003 DCD – Digital Core Design. All Rights Reserved.  
 复制成功!