欢迎访问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文件第45页浏览型号S3C4510B的Datasheet PDF文件第46页浏览型号S3C4510B的Datasheet PDF文件第47页浏览型号S3C4510B的Datasheet PDF文件第48页浏览型号S3C4510B的Datasheet PDF文件第50页浏览型号S3C4510B的Datasheet PDF文件第51页浏览型号S3C4510B的Datasheet PDF文件第52页浏览型号S3C4510B的Datasheet PDF文件第53页  
S3C4510B  
INSTRUCTION SET  
BRANCH AND BRANCH WITH LINK (B, BL)  
The instruction is only executed if the condition is true. The various conditions are defined Table 3-2. The  
instruction encoding is shown in Figure 3-3, below.  
31  
28 27  
25 24 23  
0
L
Cond  
101  
Offset  
[24] Link Bit  
0 = Branch  
1 = Branch with link  
[31:28] Condition Field  
Figure 3-3. Branch Instructions  
Branch instructions contain a signed 2’s complement 24 bit offset. This is shifted left two bits, sign extended to 32  
bits, and added to the PC. The instruction can therefore specify a branch of +/- 32Mbytes. The branch offset must  
take account of the pre-fetch operation, which causes the PC to be 2 words (8 bytes) ahead of the current  
instruction.  
THE LINK BIT  
Branch with Link (BL) writes the old PC into the link register (R14) of the current bank. The PC value written into  
R14 is adjusted to allow for the pre-fetch, and contains the address of the instruction following the branch and link  
instruction. Note that the CPSR is not saved with the PC and R14[1:0] are always cleared.  
To return from a routine called by branch with link use MOV PC,R14 if the link register is still valid or LDM  
Rn!,{..PC} if the link register has been saved onto a stack pointed to by Rn.  
INSTRUCTION CYCLE TIMES  
Branch and branch with link instructions take 2S + 1N incremental cycles, where S and N are defined as  
sequential (S-cycle) and internal (I-cycle).  
3-7  
 复制成功!