欢迎访问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文件第132页浏览型号S3C4510B的Datasheet PDF文件第133页浏览型号S3C4510B的Datasheet PDF文件第134页浏览型号S3C4510B的Datasheet PDF文件第135页浏览型号S3C4510B的Datasheet PDF文件第137页浏览型号S3C4510B的Datasheet PDF文件第138页浏览型号S3C4510B的Datasheet PDF文件第139页浏览型号S3C4510B的Datasheet PDF文件第140页  
INSTRUCTION SET  
S3C4510B  
FORMAT 18: UNCONDITIONAL BRANCH  
11  
10  
15  
14  
13  
12  
0
Offset11  
1
1
1
0
0
[10:0] Immediate Value  
Figure 3-47. Format 18  
OPERATION  
This instruction performs a PC-relative Branch. The THUMB assembler syntax is shown below. The branch offset  
must take account of the prefetch operation, which causes the PC to be 1 word (4 bytes) ahead of the current  
instruction.  
Table 3-25. Summary of Branch Instruction  
THUMB Assembler  
ARM Equivalent  
Action  
B label  
BAL label (half-word offset) Branch PC relative +/- Offset11 << 1, where label is PC  
+/- 2048 bytes.  
NOTE: The address specified by label is a full 12-bit two¢s complement address,  
but must always be half-word aligned (ie bit 0 set to 0), since the assembler places label >> 1 in the Offset11 field.  
Examples  
here  
B here  
; Branch onto itself. Assembles to 0xE7FE.  
; (Note effect of PC offset).  
B jimmy  
...  
; Branch to 'jimmy'.  
; Note that the THUMB opcode will contain the number of  
; half-words to offset.  
Jimmy  
...  
; Must be half-word aligned.  
3-94  
 复制成功!