欢迎访问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文件第19页浏览型号DP805X的Datasheet PDF文件第20页浏览型号DP805X的Datasheet PDF文件第21页浏览型号DP805X的Datasheet PDF文件第22页浏览型号DP805X的Datasheet PDF文件第24页浏览型号DP805X的Datasheet PDF文件第25页浏览型号DP805X的Datasheet PDF文件第26页浏览型号DP805X的Datasheet PDF文件第27页  
DP805x Instructions set details  
- 23 -  
3.6.  
CJNE  
Instruction:  
Function:  
CJNE <dest-byte >, < src-byte >, rel  
Compare and jump if not equal.  
Description: CJNE compares the magnitudes of the first two operands, and  
branches if their values are not equal. The branch destination is  
computed by adding the signed relative displacement in the last  
instruction byte to the PC, after incrementing the PC to the start of the  
next instruction. The carry flag is set if the unsigned integer value of  
<dest-byte> is less than the unsigned integer value of <src-byte>;  
otherwise, the carry is cleared. Neither operand is affected. The first two  
operands allow four addressing mode combinations: the accumulator  
may be compared with any directly addressed byte or immediate data,  
and any indirect RAM location or working register can be compared with  
an immediate constant.  
3.6.1. CJNE A, DIRECT, REL  
Operation:  
(PC) (PC) + 3  
if (A) < > (direct) then  
(PC) (PC) + relative offset  
if (A) < (direct) then  
(C) 1  
else  
(C) 0  
Bytes:  
Cycles:  
3
5
Encoding:  
1
0
1
1
0
1
0
1
direct address  
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.  
 复制成功!