欢迎访问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文件第119页浏览型号S3C4510B的Datasheet PDF文件第120页浏览型号S3C4510B的Datasheet PDF文件第121页浏览型号S3C4510B的Datasheet PDF文件第122页浏览型号S3C4510B的Datasheet PDF文件第124页浏览型号S3C4510B的Datasheet PDF文件第125页浏览型号S3C4510B的Datasheet PDF文件第126页浏览型号S3C4510B的Datasheet PDF文件第127页  
S3C4510B  
INSTRUCTION SET  
FORMAT 9: LOAD/STORE WITH IMMEDIATE OFFSET  
11  
10  
3
2
15  
14  
13  
12  
6
5
0
Rb  
Rd  
0
1
1
B
L
Offset5  
[2:0] Source/Destination Register  
[5:3] Base Register  
[10:6] Offset Register  
[11] Load/Store Flag  
0 = Store to memory  
1 = Load from memory  
[12] Byte/Word Flad  
0 = Transfer word quantity  
1 = Transfer byte quantity  
Figure 3-38. Format 9  
OPERATION  
These instructions transfer byte or word values between registers and memory using an immediate 5 or 7-bit offset. The  
THUMB assembler syntax is shown in Table 3-16  
Table 3-16. Summary of Format 9 Instructions  
L
B
THUMB Assembler  
ARM Equivalent  
Action  
0
0
STR Rd, [Rb, #Imm]  
STR Rd, [Rb, #Imm]  
Calculate the target address by adding together the  
value in Rb and Imm. Store the contents of Rd at  
the address.  
0
1
1
0
LDR Rd, [Rb, #Imm]  
LDR Rd, [Rb, #Imm]  
Calculate the source address by adding together the  
value in Rb and Imm. Load Rd from the address.  
STRB Rd, [Rb, #Imm] STRB Rd, [Rb, #Imm] Calculate the target address by adding together the  
value in Rb and Imm. Store the byte value in Rd at  
the address.  
1
1
LDRB Rd, [Rb, #Imm] LDRB Rd, [Rb, #Imm] Calculate source address by adding together the  
value in Rb and Imm. Load the byte value at the  
address into Rd.  
NOTE: For word accesses (B = 0), the value specified by #Imm is a full 7-bit address, but must be word-aligned  
(ie with bits 1:0 set to 0), since the assembler places #Imm >> 2 in the Offset5 field.  
3-81  
 复制成功!