代码搜索结果
找到约 10,000 项符合
S 的代码
option.s
;===========================================
; NAME: OPTION.A
; DESC: Configuration options for .S files
; HISTORY:
; 02.28.2002: ver 0.0
;===========================================
;Start ad
memcfg.s
;************************************************
; NAME : MEMCFG.A
; DESC : Memory bank configuration file
; Revision: 02.28.2002 ver 0.0
;************************************************
thumbcode.s
area start,code,readonly
entry
code32
export START
START
code32 ;/* Subsequent instructions are ARM */
header
ADR r0, Tstart + 1 ;/
option.s
;===========================================
; NAME: OPTION.A
; DESC: Configuration options for .S files
; HISTORY:
; 02.28.2002: ver 0.0
;===========================================
;Start ad
memcfg.s
;************************************************
; NAME : MEMCFG.A
; DESC : Memory bank configuration file
; Revision: 02.28.2002 ver 0.0
;************************************************
irq.s
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**
startup.s
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**
irq.s
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**
startup.s
;/*****************************************************************************/
;/* STARTUP.S: Startup file for Philips LPC2000 */
;/**********************************
init.s
;file name ml64000init.s
;data: 19/07/2005
;function:init system ,init stack and falsh sram
AREA boot, CODE, READONLY
INCLUDE define.s
USERMODE EQU 0x10
FIQMODE EQU 0x11
IRQMOD