欢迎访问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文件第86页浏览型号S3C4510B的Datasheet PDF文件第87页浏览型号S3C4510B的Datasheet PDF文件第88页浏览型号S3C4510B的Datasheet PDF文件第89页浏览型号S3C4510B的Datasheet PDF文件第91页浏览型号S3C4510B的Datasheet PDF文件第92页浏览型号S3C4510B的Datasheet PDF文件第93页浏览型号S3C4510B的Datasheet PDF文件第94页  
INSTRUCTION SET  
DATA ABORTS  
S3C4510B  
If the address used for the swap is unacceptable to a memory management system, the memory manager can  
flag the problem by driving ABORT HIGH. This can happen on either the read or the write cycle (or both), and in  
either case, the data abort trap will be taken. It is up to the system software to resolve the cause of the problem,  
then the instruction can be restarted and the original program continued.  
INSTRUCTION CYCLE TIMES  
Swap instructions take 1S + 2N +1I incremental cycles to execute, where S, N and I are defined as squential (S-  
cycle), non-sequential, and internal (I-cycle), respectively.  
ASSEMBLER SYNTAX  
<SWP>{cond}{B} Rd,Rm,[Rn]  
{cond}  
{B}  
Two-character condition mnemonic. See Table 3-2.  
If B is present then byte transfer, otherwise word transfer  
Expressions evaluating to valid register numbers  
Rd,Rm,Rn  
Examples  
SWP  
R0,R1,[R2]  
R2,R3,[R4]  
R0,R0,[R1]  
; Load R0 with the word addressed by R2, and  
; store R1 at R2.  
; Load R2 with the byte addressed by R4, and  
; store bits 0 to 7 of R3 at R4.  
; Conditionally swap the contents of the  
; word addressed by R1 with R0.  
SWPB  
SWPEQ  
3-48  
 复制成功!