欢迎访问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文件第50页浏览型号DP805X的Datasheet PDF文件第51页浏览型号DP805X的Datasheet PDF文件第52页浏览型号DP805X的Datasheet PDF文件第53页浏览型号DP805X的Datasheet PDF文件第55页浏览型号DP805X的Datasheet PDF文件第56页浏览型号DP805X的Datasheet PDF文件第57页浏览型号DP805X的Datasheet PDF文件第58页  
DP805x Instructions set details  
- 54 -  
3.25. MOVC  
Instruction:  
Function:  
MOVC A, @A + <base-reg>  
Move code byte  
Description: The MOVC instructions load the accumulator with a code byte, or  
constant from program memory. The address of the byte fetched is the  
sum of the original unsigned eight-bit accumulator contents and the  
contents of a sixteen-bit base register, which may be either the data  
pointer or the PC. In the latter case, the PC is incremented to the  
address of the following instruction before being added to the  
accumulator; otherwise the base register is not altered. Sixteen-bit  
addition is performed so a carry-out from the low-order eight bits may  
propagate through higher-order bits. No flags are affected.  
3.25.1.  
MOVC A, @A + DPTR  
Operation: (PC) (PC) + 1  
(A) ((A) + (DPTR))  
Bytes:  
1
Cycles:  
5
Encoding:  
1
0
0
1
0
0
1
1
3.25.2.  
MOVC A, @A + PC  
Operation: (PC) (PC) + 1  
(A) ((A) + (PC))  
Bytes:  
Cycles:  
1
4
Encoding:  
1
0
0
0
0
0
1
1
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.  
 复制成功!