代码搜索结果

找到约 10,000 项符合 S 的代码

keyboard.s

/* * keyboard.s */ .text .globl keyboard_interrupt /* * these are for the keyboard read functions */ size = 1024 /* must be a power of two ! And MUST be the same as in tty_io.c !!!! */ he

asm.s

/* * asm.s contains the low-level code for most hardware faults. * page_exception is handled by the mm, so that isn't here. This * file also handles (hopefully) fpu-exceptions due to TS-bit, as *

usbdrvasm.s

/* Name: usbdrvasm.S * Project: AVR USB driver * Author: Christian Starkjohann * Creation Date: 2007-06-13 * Tabsize: 4 * Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH * License: GN

vectors.s

;;; Copyright ARM Ltd 2001. All rights reserved. AREA Vect, CODE, READONLY ; These are example exception vectors and exception handlers ; ; Where there is ROM fixed at 0x0 (build_b), t

init.s

AREA Init,CODE,READONLY ;Pre-defined constants USERMODE EQU 0x10 FIQMODE EQU 0x11 IRQMODE EQU 0x12 SVCMODE EQU 0x13 ABORTMODE EQU 0x17 UNDEFMODE EQU 0x1b MODEMASK EQU 0x1f NOINT EQU 0xc0

vectors.s

;;; Copyright ARM Ltd 2001. All rights reserved. AREA Vect, CODE, READONLY ; These are example exception vectors and exception handlers ; ; Where there is ROM fixed at 0x0 (build_b), t

init.s

;/****************************************************************************** ; * ; * Copyright (c) 2003 Windond Electronics Corp. ; * All rights reserved. ; * ; * $Workfile: init.s $ ; * ;

vectors.s

;;; Copyright ARM Ltd 2001. All rights reserved. AREA Vect, CODE, READONLY ; These are example exception vectors and exception handlers ; ; Where there is ROM fixed at 0x0 (build_b), t

init.s

AREA Init,CODE,READONLY ;Pre-defined constants USERMODE EQU 0x10 FIQMODE EQU 0x11 IRQMODE EQU 0x12 SVCMODE EQU 0x13 ABORTMODE EQU 0x17 UNDEFMODE EQU 0x1b MODEMASK EQU 0x1f NOINT EQU 0xc0

getkey.s

.module getkey.c .area text(rom, con, rel) .dbfile F:\网络下载\cdt\119129074X4keys(ICCAVR)\4X4KEY~1.31A\getkey.c .dbfunc e main _main fV ; key -> R22 .even _main:: .dbline -1 .db