欢迎访问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文件第60页浏览型号S3C4510B的Datasheet PDF文件第61页浏览型号S3C4510B的Datasheet PDF文件第62页浏览型号S3C4510B的Datasheet PDF文件第63页浏览型号S3C4510B的Datasheet PDF文件第65页浏览型号S3C4510B的Datasheet PDF文件第66页浏览型号S3C4510B的Datasheet PDF文件第67页浏览型号S3C4510B的Datasheet PDF文件第68页  
INSTRUCTION SET  
S3C4510B  
ASSEMBLER SYNTAX  
— MRS - transfer PSR contents to a register  
MRS{cond} Rd,<psr>  
— MSR - transfer register contents to PSR  
MSR{cond} <psr>,Rm  
— MSR - transfer register contents to PSR flag bits only  
MSR{cond} <psrf>,Rm  
The most significant four bits of the register contents are written to the N,Z,C & V flags respectively.  
— MSR - transfer immediate value to PSR flag bits only  
MSR{cond} <psrf>, <#expression>  
The expression should symbolise a 32 bit value of which the most significant four bits are written to the N, Z, C  
and V flags respectively.  
Key:  
{cond}  
Two-character condition mnemonic. See Table 3-2.  
Expressions evaluating to a register number other than R15  
CPSR, CPSR_all, SPSR or SPSR_all. (CPSR and CPSR_all are synonyms as are  
and SPSR_all)  
Rd and Rm  
<psr>  
SPSR  
<psrf>  
CPSR_flg or SPSR_flg  
<#expression>  
Where this is used, the assembler will attempt to generate a shifted immediate 8-bit  
field to match the expression. If this is impossible, it will give an error.  
Examples  
In User mode the instructions behave as follows:  
MSR  
MSR  
MSR  
MRS  
CPSR_all,Rm  
CPSR_flg,Rm  
; CPSR[31:28] ¬ Rm[31:28]  
; CPSR[31:28] ¬ Rm[31:28]  
CPSR_flg,#0xA0000000 ; CPSR[31:28] ¬ 0xA (set N, C; clear Z, V)  
Rd,CPSR  
; Rd[31:0] ¬ CPSR[31:0]  
In privileged modes the instructions behave as follows:  
MSR  
MSR  
MSR  
MSR  
MSR  
MSR  
MRS  
CPSR_all,Rm  
CPSR_flg,Rm  
; CPSR[31:0] ¬ Rm[31:0]  
; CPSR[31:28] ¬ Rm[31:28]  
CPSR_flg,#0x50000000 ; CPSR[31:28] ¬ 0x5 (set Z, V; clear N, C)  
SPSR_all,Rm  
SPSR_flg,Rm  
SPSR_flg,#0xC0000000 ; SPSR_<mode>[31:28] ¬ 0xC (set N, Z; clear C, V)  
Rd,SPSR ; Rd[31:0] ¬ SPSR_<mode>[31:0]  
; SPSR_<mode>[31:0] ¬ Rm[31:0]  
; SPSR_<mode>[31:28] ¬ Rm[31:28]  
3-22  
 复制成功!