欢迎访问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文件第115页浏览型号S3C4510B的Datasheet PDF文件第116页浏览型号S3C4510B的Datasheet PDF文件第117页浏览型号S3C4510B的Datasheet PDF文件第118页浏览型号S3C4510B的Datasheet PDF文件第120页浏览型号S3C4510B的Datasheet PDF文件第121页浏览型号S3C4510B的Datasheet PDF文件第122页浏览型号S3C4510B的Datasheet PDF文件第123页  
S3C4510B  
INSTRUCTION SET  
FORMAT 7: LOAD/STORE WITH REGISTER OFFSET  
11  
10  
9
8
3
2
15  
14  
13  
12  
6
5
0
Rb  
Rd  
0
1
0
1
L
B
0
Ro  
[2:0] Source/Destination Register  
[5:3] Base Register  
[8:6] Offset Register  
[10] Byte/Word Flag  
0 = Transfer word quantity  
1 = Transfer byte quantity  
[11] Load/Store Flag  
0 = Store to memory  
1 = Load from memory  
Figure 3-36. Format 7  
OPERATION  
These instructions transfer byte or word values between registers and memory. Memory addresses are pre-  
indexed using an offset register in the range 0-7. The THUMB assembler syntax is shown in Table 3-14.  
Table 3-14. Summary of Format 7 Instructions  
L
B
THUMB Assembler  
ARM Equivalent  
Action  
Pre-indexed word store:  
0
0
STR Rd, [Rb, Ro]  
STR Rd, [Rb, Ro]  
Calculate the target address by adding together the  
value in Rb and the value in Ro. Store the contents of  
Rd at the address.  
0
1
1
1
0
1
STRB Rd, [Rb, Ro]  
LDR Rd, [Rb, Ro]  
LDRB Rd, [Rb, Ro]  
STRB Rd, [Rb, Ro] Pre-indexed byte store:  
Calculate the target address by adding together the  
value in Rb and the value in Ro. Store the byte value  
in Rd at the resulting address.  
LDR Rd, [Rb, Ro]  
Pre-indexed word load:  
Calculate the source address by adding together the  
value in Rb and the value in Ro. Load the contents of  
the address into Rd.  
LDRB Rd, [Rb, Ro] Pre-indexed byte load:  
Calculate the source address by adding together the  
value in Rb and the value in Ro. Load the byte value  
at the resulting address.  
3-77  
 复制成功!