代码搜索结果
找到约 10,000 项符合
S 的代码
8880.s
.module _8880.c
.area text(rom, con, rel)
.dbfile E:\Shuaihu\AVR\8880\8880.c
.area data(ram, con, rel)
.dbfile E:\Shuaihu\AVR\8880\8880.c
_noresponse::
.blkw 1
.area idata
.word L1
.
timer.s
.module timer.c
.area text(rom, con, rel)
.dbfile E:\Shuaihu\AVR\8880\timer.c
.dbfunc e timer1_init _timer1_init fV
.even
_timer1_init::
.dbline -1
.dbline 7
; #include
; #in
serial.s
.module serial.c
.area text(rom, con, rel)
.dbfile E:\Shuaihu\AVR\8880\serial.c
.dbfunc e uart0_init _uart0_init fV
.even
_uart0_init::
.dbline -1
.dbline 17
; //ICC-AVR application bui
main.s
.module main.c
.area text(rom, con, rel)
.dbfile E:\Shuaihu\AVR\8880\main.c
.dbfunc e delay _delay fV
; x -> R16,R17
.even
_delay::
.dbline -1
.dbline 14
; //ICC-AVR appli
iolib.s
.file "iolib.c"
.section .text
.globl _outportb
_outportb:
pushl %ebp
movl %esp, %ebp
pushl %ebx
subl $8, %esp
movl 8(%ebp), %eax
movl 12(%ebp), %edx
movw %ax, -8(%ebp)
movb %dl, -12(%ebp)
klib.s
.file "klib.c"
.section .text
.globl _printk
_printk:
pushl %ebp
movl %esp, %ebp
subl $8, %esp
jmp L2
L3:
movl 8(%ebp), %eax
movb (%eax), %al
cmpb $10, %al
jne L4
movl __scr_loc, %edx
movl
console.s
.file "console.c"
.section .text
.globl _con_init
_con_init:
pushl %ebp
movl %esp, %ebp
popl %ebp
ret
.globl _con_write
_con_write:
pushl %ebp
movl %esp, %ebp
subl $8, %esp
movl 8(%ebp), %ea
schedule.s
.file "schedule.c"
.section .text
LC0:
.ascii "Error task_init()...\12\0"
.globl _task_init
_task_init:
pushl %ebp
movl %esp, %ebp
pushl %ebx
subl $20, %esp
movl $1, -12(%ebp)
L2:
movl -12(%e
main.s
.file "main.c"
.lcomm _startup_time,16
.section .text
_time_init:
pushl %ebp
movl %esp, %ebp
pushl %ebx
subl $52, %esp
L2:
subl $8, %esp
pushl $112
pushl $128
call _outportb
addl $16, %esp
boot.s
/* boot.S - bootstrap the kernel */
/* Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GN