欢迎访问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文件第125页浏览型号S3C4510B的Datasheet PDF文件第126页浏览型号S3C4510B的Datasheet PDF文件第127页浏览型号S3C4510B的Datasheet PDF文件第128页浏览型号S3C4510B的Datasheet PDF文件第130页浏览型号S3C4510B的Datasheet PDF文件第131页浏览型号S3C4510B的Datasheet PDF文件第132页浏览型号S3C4510B的Datasheet PDF文件第133页  
S3C4510B  
INSTRUCTION SET  
FORMAT 13: ADD OFFSET TO STACK POINTER  
11  
10  
9
15  
14  
13  
12  
8
7
6
0
SWord 7  
1
0
1
1
0
0
0
0
S
[6:0] 7-bit Immediate Value  
[7] Sign Flag  
0 = Offset is positive  
1 = Offset is negative  
Figure 3-42. Format 13  
OPERATION  
This instruction adds a 9-bit signed constant to the stack pointer. The following table shows the THUMB  
assembler syntax.  
Table 3-20. The ADD SP Instruction  
S
0
1
THUMB Assembler  
ADD SP, #Imm  
ARM Equivalent  
Action  
ADD R13, R13, #Imm Add #Imm to the stack pointer (SP).  
SUB R13, R13, #Imm Add #-Imm to the stack pointer (SP).  
ADD SP, #-Imm  
NOTE: The offset specified by #Imm can be up to -/+ 508, but must be word-aligned (ie with bits 1:0 set to 0)  
since the assembler converts #Imm to an 8-bit sign + magnitude number before placing it in field SWord7.  
The condition codes are not set by this instruction.  
INSTRUCTION CYCLE TIMES  
All instructions in this format have an equivalent ARM instruction as shown in Table 3-20. The instruction cycle  
times for the THUMB instruction are identical to that of the equivalent ARM instruction.  
Examples  
ADD  
ADD  
SP, #268  
SP, #-104  
; SP (R13): = SP + 268, but don't set the condition codes.  
; Note that the THUMB opcode will  
; contain 67 as the Word7 value and S = 0.  
; SP (R13): = SP - 104, but don't set the condition codes.  
; Note that the THUMB opcode will contain  
; 26 as the Word7 value and S = 1.  
3-87  
 复制成功!