欢迎访问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文件第70页浏览型号S3C4510B的Datasheet PDF文件第71页浏览型号S3C4510B的Datasheet PDF文件第72页浏览型号S3C4510B的Datasheet PDF文件第73页浏览型号S3C4510B的Datasheet PDF文件第75页浏览型号S3C4510B的Datasheet PDF文件第76页浏览型号S3C4510B的Datasheet PDF文件第77页浏览型号S3C4510B的Datasheet PDF文件第78页  
INSTRUCTION SET  
S3C4510B  
ASSEMBLER SYNTAX  
<LDR|STR>{cond}{B}{T} Rd,<Address>  
where:  
LDR  
STR  
{cond}  
{B}  
Load from memory into a register  
Store from a register into memory  
Two-character condition mnemonic. See Table 3-2.  
If B is present then byte transfer, otherwise word transfer  
If T is present the W bit will be set in a post-indexed instruction, forcing non-  
{T}  
privileged mode for the transfer cycle. T is not allowed when a pre-indexed  
addressing mode is specified or implied.  
Rd  
An expression evaluating to a valid register number.  
Rn and Rm  
Expressions evaluating to a register number. If Rn is R15 then the assembler will  
subtract 8 from the offset value to allow for ARM7TDMI pipelining. In this case base  
write-back should not be specified.  
<Address>can be:  
1
An expression which generates an address:  
The assembler will attempt to generate an instruction using the PC as a base and a  
corrected immediate offset to address the location given by evaluating the  
expression. This will be a PC relative, pre-indexed address. If the address is out of  
range, an error will be generated.  
2
3
A pre-indexed addressing specification:  
[Rn]  
[Rn,<#expression>]{!}  
[Rn,{+/-}Rm{,<shift>}]{!}  
offset of zero  
offset of <expression> bytes  
offset of +/- contents of index register,  
shifted by <shift>  
A post-indexed addressing specification:  
[Rn],<#expression>  
[Rn],{+/-}Rm{,<shift>}  
offset of <expression> bytes  
offset of +/- contents of index register,  
shifted as by <shift>.  
<shift>  
{!}  
General shift operation (see data processing instructions) but you cannot specify  
the shift amount by a register.  
Writes back the base register (set the W bit) if! is present.  
3-32  
 复制成功!