欢迎访问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文件第129页浏览型号S3C4510B的Datasheet PDF文件第130页浏览型号S3C4510B的Datasheet PDF文件第131页浏览型号S3C4510B的Datasheet PDF文件第132页浏览型号S3C4510B的Datasheet PDF文件第134页浏览型号S3C4510B的Datasheet PDF文件第135页浏览型号S3C4510B的Datasheet PDF文件第136页浏览型号S3C4510B的Datasheet PDF文件第137页  
S3C4510B  
INSTRUCTION SET  
FORMAT 16: CONDITIONAL BRANCH  
11  
15  
14  
13  
12  
8
7
0
SOffset 8  
1
1
0
1
Cond  
[7:0] 8-bit Signed Immediate  
[11:8] Condition  
Figure 3-45. Format 16  
OPERATION  
The instructions in this group all perform a conditional Branch depending on the state of the CPSR condition  
codes. 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.  
The THUMB assembler syntax is shown in the following table.  
Table 3-23. The Conditional Branch Instructions  
Code  
THUMB  
ARM Equivalent  
Action  
Assembler  
0000  
0001  
0010  
0011  
0100  
0101  
0110  
0111  
1000  
1001  
1010  
BEQ label  
BNE label  
BCS label  
BCC label  
BMI label  
BPL label  
BVS label  
BVC label  
BHI label  
BLS label  
BGE label  
BEQ label  
BNE label  
BCS label  
BCC label  
BMI label  
BPL label  
BVS label  
BVC label  
BHI label  
BLS label  
BGE label  
Branch if Z set (equal)  
Branch if Z clear (not equal)  
Branch if C set (unsigned higher or same)  
Branch if C clear (unsigned lower)  
Branch if N set (negative)  
Branch if N clear (positive or zero)  
Branch if V set (overflow)  
Branch if V clear (no overflow)  
Branch if C set and Z clear (unsigned higher)  
Branch if C clear or Z set (unsigned lower or same)  
Branch if N set and V set, or N clear and V clear  
(greater or equal)  
3-91  
 复制成功!