欢迎访问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文件第62页浏览型号S3C4510B的Datasheet PDF文件第63页浏览型号S3C4510B的Datasheet PDF文件第64页浏览型号S3C4510B的Datasheet PDF文件第65页浏览型号S3C4510B的Datasheet PDF文件第67页浏览型号S3C4510B的Datasheet PDF文件第68页浏览型号S3C4510B的Datasheet PDF文件第69页浏览型号S3C4510B的Datasheet PDF文件第70页  
INSTRUCTION SET  
CPSR FLAGS  
S3C4510B  
Setting the CPSR flags is optional, and is controlled by the S bit in the instruction. The N (Negative) and Z (Zero)  
flags are set correctly on the result (N is made equal to bit 31 of the result, and Z is set if and only if the result is  
zero). The C (Carry) flag is set to a meaningless value and the V (overflow) flag is unaffected.  
INSTRUCTION CYCLE TIMES  
MUL takes 1S + mI and MLA 1S + (m+1)I cycles to execute, where S and I are defined as sequential (S-cycle)  
and internal (I-cycle), respectively.  
m
The number of 8 bit multiplier array cycles is required to complete the multiply,  
which is controlled by the value of the multiplier operand specified by Rs.  
Its possible values are as follows  
1
2
3
4
If bits [32:8] of the multiplier operand are all zero or all one.  
If bits [32:16] of the multiplier operand are all zero or all one.  
If bits [32:24] of the multiplier operand are all zero or all one.  
In all other cases.  
ASSEMBLER SYNTAX  
MUL{cond}{S} Rd,Rm,Rs  
MLA{cond}{S} Rd,Rm,Rs,Rn  
{cond}  
Two-character condition mnemonic. See Table 3-2.  
{S}  
Set condition codes if S present  
Rd, Rm, Rs and Rn  
Expressions evaluating to a register number other than R15.  
Examples  
MUL  
R1,R2,R3  
; R1: = R2 * R3  
MLAEQS  
R1,R2,R3,R4  
; Conditionally R1: = R2 * R3 + R4, setting condition  
codes.  
3-24  
 复制成功!