代码搜索结果
找到约 10,000 项符合
S 的代码
pagetable.s
AREA pagetab, ALIGN=14, DATA
EXPORT pagetab
; Create the pagetable using repetitive assembly. Creates just a table
; of "section" entries. True "page tables" would need to be created in
stack.s
;;; Copyright ARM Ltd 2001. All rights reserved.
AREA Stacks, DATA, NOINIT
EXPORT top_of_stacks
; Create dummy variable used to locate stacks in memory
top_of_stacks
init.s
AREA Init, CODE, READONLY
; --- Standard definitions of mode bits and interrupt (I & F) flags in PSRs
Mode_USR EQU 0x10
Mode_FIQ EQU 0x11
Mode_IRQ EQU
heap.s
;;; Copyright ARM Ltd 2001. All rights reserved.
AREA Heap, DATA, NOINIT
EXPORT bottom_of_heap
; Create dummy variable used to locate bottom of heap
bottom_of_heap SP
vector.s
;;; Copyright ARM Ltd 1999. All rights reserved.
AREA Vect, CODE, READONLY
; These are example exception vectors and exception handlers
; Where there is ROM fixed at 0x0 (build_b & bu
memcfg.s
GET option.s
[ BUSWIDTH=16
BWSCON_cfg EQU 0x11111011 ;Bank0=16bit BootRom(AT29LV160DB) :0x0
; ||||||-- Bank1=low 8bit D12 :0x4
; |||||--- Ba
option.s
;**********OPTIONS*******************************
;_RAM_STARTADDRESS EQU 0xc000000
_ISR_STARTADDRESS EQU 0xc7fff00 ;GCS6:64M DRAM/SDRAM
;_ISR_STARTADDRESS EQU 0xc1fff00 ;GCS6:16M DRAM
irq.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
startup.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
sysalib.s
/* sysALib.s - SAMSUNG S3C2510 system-dependent routines */
/* Copyright 2002 SAMSUNG ELECTRONICS */
/*
modification history
--------------------
01a,08feb02,jmLee created.
*/
/*
DESCR