欢迎访问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文件第114页浏览型号S3C4510B的Datasheet PDF文件第115页浏览型号S3C4510B的Datasheet PDF文件第116页浏览型号S3C4510B的Datasheet PDF文件第117页浏览型号S3C4510B的Datasheet PDF文件第119页浏览型号S3C4510B的Datasheet PDF文件第120页浏览型号S3C4510B的Datasheet PDF文件第121页浏览型号S3C4510B的Datasheet PDF文件第122页  
INSTRUCTION SET  
S3C4510B  
FORMAT 6: PC-RELATIVE LOAD  
11  
10  
8
7
15  
14  
13  
12  
0
Word 8  
0
0
0
0
0
Rd  
[7:0] Immediate Value  
[10:8] Destination Register  
Figure 3-35. Format 6  
OPERATION  
This instruction loads a word from an address specified as a 10-bit immediate offset from the PC. The THUMB  
assembler syntax is shown below.  
Table 3-13. Summary of PC-Relative Load Instruction  
THUMB Assembler  
ARM Equivalent  
Action  
LDR Rd, [PC, #Imm]  
LDR Rd, [R15, #Imm]  
Add unsigned offset (255 words, 1020 bytes)  
in Imm to the current value of the PC. Load  
the word from the resulting address into Rd.  
NOTE: The value specified by #Imm is a full 10-bit address, but must always be word-aligned (ie with bits 1:0 set to 0),  
since the assembler places #Imm >> 2 in field Word 8. The value of the PC will be 4 bytes greater than  
the address of this instruction, but bit 1 of the PC is forced to 0 to ensure it is word aligned.  
INSTRUCTION CYCLE TIMES  
All instructions in this format have an equivalent ARM instruction. The instruction cycle times for the THUMB  
instruction are identical to that of the equivalent ARM instruction.  
Examples  
LDR R3,[PC,#844]  
; Load into R3 the word found at the  
; address formed by adding 844 to PC.  
; bit[1] of PC is forced to zero.  
; Note that the THUMB opcode will contain  
; 211 as the Word8 value.  
3-76  
 复制成功!