欢迎访问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文件第84页浏览型号S3C4510B的Datasheet PDF文件第85页浏览型号S3C4510B的Datasheet PDF文件第86页浏览型号S3C4510B的Datasheet PDF文件第87页浏览型号S3C4510B的Datasheet PDF文件第89页浏览型号S3C4510B的Datasheet PDF文件第90页浏览型号S3C4510B的Datasheet PDF文件第91页浏览型号S3C4510B的Datasheet PDF文件第92页  
INSTRUCTION SET  
Examples  
S3C4510B  
LDMFD  
SP!,{R0,R1,R2}  
R0,{R0-R15}  
SP!,{R15}  
; Unstack 3 registers.  
; Save all registers.  
STMIA  
LDMFD  
LDMFD  
; R15 <- (SP), CPSR unchanged.  
; R15 <- (SP), CPSR <- SPSR_mode  
; (allowed only in privileged modes).  
; Save user mode regs on stack  
; (allowed only in privileged modes).  
SP!,{R15}^  
STMFD  
R13,{R0-R14}^  
These instructions may be used to save state on subroutine entry, and restore it efficiently on return to the calling  
routine:  
STMED  
SP!,{R0–R3,R14}  
; Save R0 to R3 to use as workspace  
; and R14 for returning.  
BL  
LDMED  
somewhere  
SP!,{R0–R3,R15}  
; This nested call will overwrite R14  
; Restore workspace and return.  
3-46  
 复制成功!