欢迎访问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文件第134页浏览型号S3C4510B的Datasheet PDF文件第135页浏览型号S3C4510B的Datasheet PDF文件第136页浏览型号S3C4510B的Datasheet PDF文件第137页浏览型号S3C4510B的Datasheet PDF文件第139页浏览型号S3C4510B的Datasheet PDF文件第140页浏览型号S3C4510B的Datasheet PDF文件第141页浏览型号S3C4510B的Datasheet PDF文件第142页  
INSTRUCTION SET  
S3C4510B  
INSTRUCTION CYCLE TIMES  
This instruction format does not have an equivalent ARM instruction.  
Table 3-26. The BL Instruction  
H
0
1
THUMB Assembler  
ARM Equivalent  
Action  
LR := PC + OffsetHigh << 12  
BL label  
none  
temp := next instruction address  
PC := LR + OffsetLow << 1  
LR := temp | 1  
Examples  
BL faraway  
...  
; Unconditionally Branch to 'faraway'  
; and place following instruction  
next  
; address, ie “next”, in R14,the Link  
; register and set bit 0 of LR high.  
; Note that the THUMB opcodes will  
; contain the number of half-words to offset.  
; Must be Half-word aligned.  
faraway  
...  
3-96  
 复制成功!