代码搜索结果
找到约 10,000 项符合
S 的代码
entry.s
#include
.text
.align
#define AT91_USER_Stack_Begin 0x00204000
#define AT91_Stack_Begin 0x00204000
/* ------------------------ List of Exported resources --------
memcfg.s
;**********MEMORY CONTROL PARAMETERS*******************************
;When MCLK=66MHz,1clk=0.0152us=15.2ns
;Bank 0 parameter for Monitor Rom
GBLS BDRAMTYPE
BDRAMTYPE SETS "SDR
option.s
;**********OPTIONS*******************************
;_RAM_STARTADDRESS EQU 0xc000000
_ISR_STARTADDRESS EQU 0xc7fff00 ;GCS6:64M DRAM/SDRAM
;_ISR_STARTADDRESS EQU 0xc1fff00 ;GCS6:16M DRAM
sysinit.s
INCLUDE option.inc
INCLUDE memcfg.inc
INCLUDE 2410addr.inc
INCLUDE vector.s
; AREA reset, CODE, READONLY
; EXPORT InitSystem
InitSystem
ldr r0,=WTCON ;watch dog disab
slib.s
;=====================================================================
; File Name : 2410slib.s
; Function : S3C2410 (Assembly)
; Program : Shin, On Pil (SOP)
; Date : March 09, 2002
; V
vector.s
USERMODE EQU 0x10
FIQMODE EQU 0x11
IRQMODE EQU 0x12
SVCMODE EQU 0x13
ABORTMODE EQU 0x17
UNDEFMODE EQU 0x1B
MODEMASK EQU 0x1F
I_BIT EQU 0x80
F_BIT EQU 0x40
T_BIT EQU 0x20
N
code.s
# This program will Demonstrate the use of the Mico8
# In a ECP6 device. It will use EBR ram to
# store the instruction set.
#
#
# The demo will show the following functionality:
# UART TX
#
code.s
# This program will Demonstrate the use of the Mico8
# In a ECP6 device. It will use EBR ram to
# store the instruction set.
#
#
# The demo will show the following functionality:
# UART TX
#
initmemory.s
;/*
;*********************************************************************************************************
;* 文件: InitMemory.S
;* 描述: 对 Memory Controller 进行初始化配置.
;* 编写: kaka (sn.kaka@yahoo.co
reset.s
;/*
;*********************************************************************************************************
;* 文件: Reset.s
;* 描述: 完成上电时的部分必要设置.
;* 编写: kaka (sn.kaka@yahoo.com).
;**************