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

S3C4510B 参数 Datasheet PDF下载

S3C4510B图片预览
型号: S3C4510B
PDF下载: 下载PDF文件 查看货源
内容描述: 三星S3C4510B的16位/ 32位RISC微控制器是一款高性价比,高性能的基于以太网的系统微控制器解决方案。 [Samsungs S3C4510B 16/32-bit RISC microcontroller is a cost-effective, high-performance microcontroller solution for Ethernet-based systems.]
分类和应用: 微控制器以太网
文件页数/大小: 422 页 / 2160 K
品牌: SAMSUNG [ SAMSUNG ]
 浏览型号S3C4510B的Datasheet PDF文件第123页浏览型号S3C4510B的Datasheet PDF文件第124页浏览型号S3C4510B的Datasheet PDF文件第125页浏览型号S3C4510B的Datasheet PDF文件第126页浏览型号S3C4510B的Datasheet PDF文件第128页浏览型号S3C4510B的Datasheet PDF文件第129页浏览型号S3C4510B的Datasheet PDF文件第130页浏览型号S3C4510B的Datasheet PDF文件第131页  
S3C4510B  
INSTRUCTION SET  
FORMAT 12: LOAD ADDRES  
11  
10  
15  
14  
13  
12  
8
7
0
Word 8  
1
0
1
0
SP  
Rd  
[7:0] 8-bit Unsigned Constant  
[10:8] Destination Register  
[11] Source  
0 = PC  
1 = SP  
Figure 3-41. Format 12  
OPERATION  
These instructions calculate an address by adding an 10-bit constant to either the PC or the SP, and load the  
resulting address into a register. The THUMB assembler syntax is shown in the following table.  
Table 3-19. Load Address  
SP THUMB Assembler  
ARM Equivalent  
Action  
0
ADD Rd, PC, #Imm  
ADD Rd, R15, #Imm  
Add #Imm to the current value of the program counter  
(PC) and load the result into Rd.  
1
ADD Rd, SP, #Imm  
ADD Rd, R13, #Imm  
Add #Imm to the current value of the stack pointer (SP)  
and load the result into Rd.  
NOTE: The value specified by #Imm is a full 10-bit value, but this must be word-aligned (ie with bits 1:0 set to 0)  
since the assembler places #Imm >> 2 in field Word 8.  
Where the PC is used as the source register (SP = 0), bit 1 of the PC is always read as 0. The value of the PC  
will be 4 bytes greater than the address of the instruction before bit 1 is forced to 0.  
The CPSR condition codes are unaffected by these instructions.  
3-85  
 复制成功!