欢迎访问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文件第121页浏览型号S3C4510B的Datasheet PDF文件第122页浏览型号S3C4510B的Datasheet PDF文件第123页浏览型号S3C4510B的Datasheet PDF文件第124页浏览型号S3C4510B的Datasheet PDF文件第126页浏览型号S3C4510B的Datasheet PDF文件第127页浏览型号S3C4510B的Datasheet PDF文件第128页浏览型号S3C4510B的Datasheet PDF文件第129页  
S3C4510B  
INSTRUCTION SET  
FORMAT 10: LOAD/STORE HALF-WORD  
11  
10  
3
2
15  
14  
13  
12  
6
5
0
Rb  
Rd  
0
1
0
0
L
Offset5  
[2:0] Source/Destination Register  
[5:3] Base Register  
[10:6] Immediate Value  
[11] Load/Store Flag  
0 = Store to memory  
1 = Load from memory  
Figure 3-39. Format 10  
OPERATION  
These instructions transfer half-word values between a Lo register and memory. Addresses are pre-indexed,  
using a 6-bit immediate value. The THUMB assembler syntax is shown in Table 3-17.  
Table 3-17. Half-word Data Transfer Instructions  
L
THUMB Assembler  
ARM Equivalent  
Action  
0
STRH Rd, [Rb, #Imm] STRH Rd, [Rb, #Imm] Add #Imm to base address in Rb and store bits 0–15 of  
Rd at the resulting address.  
1
LDRH Rd, [Rb, #Imm] LDRH Rd, [Rb, #Imm] Add #Imm to base address in Rb. Load bits 0–15 from the  
resulting address into Rd and set bits 16-31 to zero.  
NOTE: #Imm is a full 6-bit address but must be half-word-aligned (ie with bit 0 set to 0),  
since the assembler places #Imm >> 1 in the Offset5 field.  
INSTRUCTION CYCLE TIMES  
All instructions in this format have an equivalent ARM instruction as shown in Table 3-17. The instruction cycle  
times for the THUMB instruction are identical to that of the equivalent ARM instruction.  
Examples  
STRH  
LDRH  
R6, [R1, #56]  
R4, [R7, #4]  
; Store the lower 16 bits of R4 at the address formed by  
; adding 56 R1. Note that the THUMB opcode will contain  
; 28 as the Offset5 value.  
; Load into R4 the half-word found at the address formed  
by  
; adding 4 to R7. Note that the THUMB opcode will  
; contain 2 as the Offset5 value.  
3-83  
 复制成功!