代码搜索结果
找到约 10,000 项符合
S 的代码
numled.s
.module numled.c
.area lit(rom, con, rel)
_seg_table::
.byte 192,249
.byte 164,176
.byte 153,146
.byte 130,248
.byte 128,144
.byte 136,131
.byte 198,161
.byte 134,142
.dbfile E:\
usbdrvasm.s
/* Name: usbdrvasm.S
* Project: AVR USB driver
* Author: Christian Starkjohann
* Creation Date: 2004-12-29
* Tabsize: 4
* Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH
* License: Pr
startup.s
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
;;;
;;; Startup Code for
;;; S3C2410 :
stack.s
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
;;;
;;; Startup Code for
;;; HMS720
pagetable.s
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
;;;
;;; Startup Code for
;;; HMS720
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
exception.s
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
;;;
;;; Startup Code for
;;; S3C241
page.s
;/* pa<mark>s</mark><mark>s</mark>ed
; * 该文件包括页异常中断处理程序(中断14),主要分两种情况处理。
; * 一是由于缺页引起的页异常中断,通过调用do_no_page(error_code, addre<mark>s</mark><mark>s</mark>)来处理;
; * 二是由页写保护引起的页异常,此时调用页写保护处理函数do_wp_page(error_code, addre<mark>s</mark><mark>s</mark>)
; * 进行处理。其中的出错码(error_code)是 ...
setup.s
.model tiny
.386p
;// <mark>s</mark>etup.<mark>s</mark>负责从BIO<mark>S</mark> 中获取系统数据,并将这些数据放到系统内存的适当地方。
;// 此时<mark>s</mark>etup.<mark>s</mark> 和<mark>s</mark>y<mark>s</mark>tem 已经由boot<mark>s</mark>ect 引导块加载到内存中。
;// 这段代码询问bio<mark>s</mark> 有关内存/磁盘/其它参数,并将这些参数放到一个
;// “安全的”地方:90000-901FF,也即原来boot<mark>s</mark>e ...
head.s
;/* passed
; * linux/boot/head.s
; *
; * (C) 1991 Linus Torvalds
; */
.586p
.model flat
;/*
; * head.s 含有32 位启动代码。
; *
; * 注意!!! 32 位启动代码是从绝对地址0x00000000 开始的,这里也同样
; * 是页目录将存在的地方,因此这里的