欢迎访问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文件第46页浏览型号S3C4510B的Datasheet PDF文件第47页浏览型号S3C4510B的Datasheet PDF文件第48页浏览型号S3C4510B的Datasheet PDF文件第49页浏览型号S3C4510B的Datasheet PDF文件第51页浏览型号S3C4510B的Datasheet PDF文件第52页浏览型号S3C4510B的Datasheet PDF文件第53页浏览型号S3C4510B的Datasheet PDF文件第54页  
INSTRUCTION SET  
S3C4510B  
ASSEMBLER SYNTAX  
Items in {} are optional. Items in < > must be present.  
B{L}{cond} <expression>  
{L}  
Used to request the branch with link form of the instruction. If absent, R14 will not be  
affected by the instruction.  
{cond}  
A two-character mnemonic as shown in Table 3-2. If absent then AL (Always) will be  
used.  
<expression>  
The destination. The assembler calculates the offset.  
Examples  
here  
BAL  
B
CMP  
here  
there  
R1,#0  
; Assembles to 0xEAFFFFFE (note effect of PC offset).  
; Always condition used as default.  
; Compare R1 with zero and branch to fred  
; if R1 was zero, otherwise continue.  
; Continue to next instruction.  
; Call subroutine at computed address.  
; Add 1 to register 1, setting CPSR flags  
; on the result then call subroutine if  
; the C flag is clear, which will be the  
; case unless R1 held 0xFFFFFFFF.  
BEQ  
BL  
ADDS  
fred  
sub+ROM  
R1,#1  
BLCC  
sub  
3-8  
 复制成功!