欢迎访问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文件第126页浏览型号S3C4510B的Datasheet PDF文件第127页浏览型号S3C4510B的Datasheet PDF文件第128页浏览型号S3C4510B的Datasheet PDF文件第129页浏览型号S3C4510B的Datasheet PDF文件第131页浏览型号S3C4510B的Datasheet PDF文件第132页浏览型号S3C4510B的Datasheet PDF文件第133页浏览型号S3C4510B的Datasheet PDF文件第134页  
INSTRUCTION SET  
S3C4510B  
FORMAT 14: PUSH/POP REGISTERS  
11  
10  
9
15  
14  
13  
12  
8
7
0
Rlist  
1
0
1
1
L
1
0
R
[7:0] Register List  
[8] PC/LR Bit  
0 = Do not store LR/Load PC  
1 = Store LR/Load PC  
[11] Load/Store Bit  
0 = Store to memory  
1 = Load from memory  
Figure 3-43. Format 14  
OPERATION  
The instructions in this group allow registers 0-7 and optionally LR to be pushed onto the stack, and registers 0-7  
and optionally PC to be popped off the stack. The THUMB assembler syntax is shown in Table 3-21.  
NOTE  
The stack is always assumed to be full descending.  
Table 3-21. PUSH and POP Instructions  
L
0
0
B
0
1
THUMB  
Assembler  
ARM Equivalent  
Action  
PUSH { Rlist }  
STMDB R13!, { Rlist }  
Push the registers specified by Rlist onto the stack.  
Update the stack pointer.  
PUSH { Rlist, LR } STMDB R13!, { Rlist, R14} Push the Link Register and the registers specified  
by Rlist (if any) onto the stack. Update the stack  
pointer.  
1
1
0
1
POP { Rlist }  
LDMIA R13!, { Rlist }  
Pop values off the stack into the registers specified  
by Rlist. Update the stack pointer.  
POP { Rlist, PC }  
LDMIA R13!, {Rlist, R15} Pop values off the stack and load into the registers  
specified by Rlist. Pop the PC off the stack.  
Update the stack pointer.  
3-88  
 复制成功!