欢迎访问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文件第105页浏览型号S3C4510B的Datasheet PDF文件第106页浏览型号S3C4510B的Datasheet PDF文件第107页浏览型号S3C4510B的Datasheet PDF文件第108页浏览型号S3C4510B的Datasheet PDF文件第110页浏览型号S3C4510B的Datasheet PDF文件第111页浏览型号S3C4510B的Datasheet PDF文件第112页浏览型号S3C4510B的Datasheet PDF文件第113页  
S3C4510B  
INSTRUCTION SET  
FORMAT 1: MOVE SHIFTED REGISTER  
11  
10  
3
2
15  
14  
13  
12  
6
5
0
Offset5  
Rs  
Rd  
0
0
0
Op  
[2:0] Destination Register  
[5:3] Source Register  
[10:6] Immediate Vale  
[12:11] Opcode  
0 = LSL  
1 = LSR  
2 = ASR  
Figure 3-30. Format 1  
OPERATION  
These instructions move a shifted value between Lo registers. The THUMB assembler syntax is shown in  
Table 3-8.  
NOTE  
All instructions in this group set the CPSR condition codes.  
Table 3-8. Summary of Format 1 Instructions  
OP  
THUMB Assembler  
ARM Equivalent  
Action  
00  
LSL Rd, Rs, #Offset5  
MOVS Rd, Rs, LSL #Offset5  
Shift Rs left by a 5-bit immediate value and  
store the result in Rd.  
01  
10  
LSR Rd, Rs, #Offset5  
ASR Rd, Rs, #Offset5  
MOVS Rd, Rs, LSR #Offset5 Perform logical shift right on Rs by a 5-bit  
immediate value and store the result in Rd.  
MOVS Rd, Rs, ASR #Offset5 Perform arithmetic shift right on Rs by a 5-bit  
immediate value and store the result in Rd.  
INSTRUCTION CYCLE TIMES  
All instructions in this format have an equivalent ARM instruction as shown in Table 3-8. The instruction cycle  
times for the THUMB instruction are identical to that of the equivalent ARM instruction.  
Examples  
LSR  
R2, R5, #27  
; Logical shift right the contents  
; of R5 by 27 and store the result in R2.  
; Set condition codes on the result.  
3-67  
 复制成功!