欢迎访问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文件第128页浏览型号S3C4510B的Datasheet PDF文件第129页浏览型号S3C4510B的Datasheet PDF文件第130页浏览型号S3C4510B的Datasheet PDF文件第131页浏览型号S3C4510B的Datasheet PDF文件第133页浏览型号S3C4510B的Datasheet PDF文件第134页浏览型号S3C4510B的Datasheet PDF文件第135页浏览型号S3C4510B的Datasheet PDF文件第136页  
INSTRUCTION SET  
S3C4510B  
FORMAT 15: MULTIPLE LOAD/STORE  
11  
10  
15  
14  
13  
12  
8
7
0
Rlist  
1
1
0
0
L
Rb  
[7:0] Register List  
[10:8] Base Register  
[11] Load/Store Bit  
0 = Store to memory  
1 = Load from memory  
Figure 3-44. Format 15  
OPERATION  
These instructions allow multiple loading and storing of Lo registers. The THUMB assembler syntax is shown in  
the following table.  
Table 3-22. The Multiple Load/Store Instructions  
L
THUMB Assembler  
ARM Equivalent  
Action  
0
STMIA Rb!, { Rlist }  
STMIA Rb!, { Rlist }  
Store the registers specified by Rlist, starting at the base  
address in Rb. Write back the new base address.  
1
LDMIA Rb!, { Rlist }  
LDMIA Rb!, { Rlist }  
Load the registers specified by Rlist, starting at the base  
address in Rb. Write back the new base address.  
INSTRUCTION CYCLE TIMES  
All instructions in this format have an equivalent ARM instruction as shown in Table 3-22. The instruction cycle  
times for the THUMB instruction are identical to that of the equivalent ARM instruction.  
Examples  
STMIA  
R0!, {R3-R7}  
; Store the contents of registers R3-R7  
; starting at the address specified in  
; R0, incrementing the addresses for each word.  
; Write back the updated value of R0.  
3-90  
 复制成功!