欢迎访问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文件第88页浏览型号S3C4510B的Datasheet PDF文件第89页浏览型号S3C4510B的Datasheet PDF文件第90页浏览型号S3C4510B的Datasheet PDF文件第91页浏览型号S3C4510B的Datasheet PDF文件第93页浏览型号S3C4510B的Datasheet PDF文件第94页浏览型号S3C4510B的Datasheet PDF文件第95页浏览型号S3C4510B的Datasheet PDF文件第96页  
INSTRUCTION SET  
S3C4510B  
ASSEMBLER SYNTAX  
SWI{cond} <expression>  
{cond}  
Two character condition mnemonic, Table 3-2.  
Evaluated and placed in the comment field (which is ignored by ARM7TDMI).  
<expression>  
Examples  
SWI  
SWI  
SWINE  
ReadC  
WriteI+ “k”  
0
; Get next character from read stream.  
; Output a “k” to the write stream.  
; Conditionally call supervisor with 0 in comment field.  
Supervisor code  
The previous examples assume that suitable supervisor code exists, for instance:  
0x08 B Supervisor  
EntryTable  
DCD ZeroRtn  
DCD ReadCRtn  
DCD WriteIRtn  
. . .  
; SWI entry point  
; Addresses of supervisor routines  
Zero  
EQU 0  
ReadC  
WriteI  
EQU 256  
EQU 512  
Supervisor  
; SWI has routine required in bits 8-23 and data (if any) in  
; bits 0-7. Assumes R13_svc points to a suitable stack  
; Save work registers and return address.  
; Get SWI instruction.  
STMFD  
LDR  
R13,{R0-R2,R14}  
R0,[R14,#-4]  
BIC  
MOV  
R0,R0,#0xFF000000  
R1,R0,LSR#8  
; Clear top 8 bits.  
; Get routine offset.  
ADR  
LDR  
R2,EntryTable  
R15,[R2,R1,LSL#2]  
; Get start address of entry table.  
; Branch to appropriate routine.  
WriteIRtn  
. . . . . .  
LDMFD  
; Enter with character in R0 bits 0-7.  
R13,{R0-R2,R15}^  
; Restore workspace and return,  
; restoring processor mode and flags.  
3-50  
 复制成功!