欢迎访问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文件第130页浏览型号S3C4510B的Datasheet PDF文件第131页浏览型号S3C4510B的Datasheet PDF文件第132页浏览型号S3C4510B的Datasheet PDF文件第133页浏览型号S3C4510B的Datasheet PDF文件第135页浏览型号S3C4510B的Datasheet PDF文件第136页浏览型号S3C4510B的Datasheet PDF文件第137页浏览型号S3C4510B的Datasheet PDF文件第138页  
INSTRUCTION SET  
S3C4510B  
Table 3-23. The Conditional Branch Instructions (Continued)  
Code  
THUMB  
ARM Equivalent  
Action  
Assembler  
BLT label  
BGT label  
1011  
1100  
BLT label  
BGT label  
Branch if N set and V clear, or N clear and V set (less than)  
Branch if Z clear, and either N set and V set or N clear and V  
clear (greater than)  
1101  
BLE label  
BLE label  
Branch if Z set, or N set and V clear, or N clear and V set  
(less than or equal)  
NOTES:  
1. While label specifies a full 9-bit two’s complement address, this must always be half-word-aligned (ie with bit 0 set to 0)  
since the assembler actually places label >> 1 in field SOffset8.  
2. Cond = 1110 is undefined, and should not be used.  
Cond = 1111 creates the SWI instruction: see .  
INSTRUCTION CYCLE TIMES  
All instructions in this format have an equivalent ARM instruction as shown in Table 3-23. The instruction cycle  
times for the THUMB instruction are identical to that of the equivalent ARM instruction.  
Examples  
CMP R0, #45  
; Branch to over-if R0 > 45.  
BGT over  
; Note that the THUMB opcode will contain  
; the number of half-words to offset.  
...  
...  
...  
...  
over  
; Must be half-word aligned.  
3-92  
 复制成功!