欢迎访问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文件第42页浏览型号S3C4510B的Datasheet PDF文件第43页浏览型号S3C4510B的Datasheet PDF文件第44页浏览型号S3C4510B的Datasheet PDF文件第45页浏览型号S3C4510B的Datasheet PDF文件第47页浏览型号S3C4510B的Datasheet PDF文件第48页浏览型号S3C4510B的Datasheet PDF文件第49页浏览型号S3C4510B的Datasheet PDF文件第50页  
INSTRUCTION SET  
S3C4510B  
THE CONDITION FIELD  
In ARM state, all instructions are conditionally executed according to the state of the CPSR condition codes and  
the instruction¢s condition field. This field (bits 31:28) determines the circumstances under which an instruction is  
to be executed. If the state of the C, N, Z and V flags fulfils the conditions encoded by the field, the instruction is  
executed, otherwise it is ignored.  
There are sixteen possible conditions, each represented by a two-character suffix that can be appended to the  
instruction¢s mnemonic. For example, a branch (B in assembly language) becomes BEQ for "Branch if "Equal",  
which means the branch will only be taken if the Z flag is set.  
In practice, fifteen different conditions may be used: these are listed in Table 3-2. The sixteenth (1111) is  
reserved, and must not be used.  
In the absence of a suffix, the condition field of most instructions is set to “Always" (suffix AL). This means the  
instruction will always be executed regardless of the CPSR condition codes.  
Table 3-2. Condition Code Summary  
Code  
0000  
0001  
0010  
0011  
0100  
0101  
0110  
0111  
1000  
1001  
1010  
1011  
1100  
1101  
1110  
Suffix  
EQ  
NE  
CS  
CC  
MI  
Flags  
Meaning  
Z set  
Equal  
Z clear  
C set  
Not equal  
Unsigned higher or same  
Unsigned lower  
Negative  
C clear  
N set  
PL  
N clear  
V set  
Positive or zero  
Overflow  
VS  
VC  
HI  
V clear  
No overflow  
C set and Z clear  
C clear or Z set  
Unsigned higher  
Unsigned lower or same  
Greater or equal  
Less than  
LS  
GE  
LT  
N equals V  
N not equal to V  
Z clear AND (N equals V)  
Z set OR (N not equal to V)  
(Ignored)  
GT  
LE  
Greater than  
Less than or equal  
Always  
AL  
3-4  
 复制成功!