代码搜索结果
找到约 10,000 项符合
S 的代码
swtch.s
.text
.align 2
.globl ThreadRoot
ThreadRoot:
pushl %ebp
movl %esp,%ebp
pushl %edx
call *%ecx
call *%esi
call *%edi
mo
switch.s
/* switch.s
* Machine dependent context switch routines. DO NOT MODIFY THESE!
*
* Context switching is inherently machine dependent, since
* the registers to be saved, how to set up an initi
swtch.s
.text
.align 2
.globl ThreadRoot
ThreadRoot:
pushl %ebp
movl %esp,%ebp
pushl %edx
call *%ecx
call *%esi
call *%edi
mo
swtch.s
.text
.align 2
.globl ThreadRoot
ThreadRoot:
pushl %ebp
movl %esp,%ebp
pushl %edx
call *%ecx
call *%esi
call *%edi
mo
swtch.s
.text
.align 2
.globl ThreadRoot
ThreadRoot:
pushl %ebp
movl %esp,%ebp
pushl %edx
call *%ecx
call *%esi
call *%edi
mo
start.s
/* Start.s
* Assembly language assist for user programs running on top of Nachos.
*
* Since we don't want to pull in the entire C library, we define
* what we need for a user program here, namely
swtch.s
.text
.align 2
.globl ThreadRoot
ThreadRoot:
pushl %ebp
movl %esp,%ebp
pushl %edx
call *%ecx
call *%esi
call *%edi
mo
adc.s
.module ADC.C
.area text(rom, con, rel)
.dbfile D:\学习\AVRpro\Mega16程序\TestLCD\ADC.C
.dbfunc e MCUMode _MCUMode fV
; iMode -> R16
.even
_MCUMode::
.dbline -1
.dbline 22
; //***
timer.s
.module Timer.C
.area text(rom, con, rel)
.dbfile D:\学习\AVRpro\Mega16程序\TestLCD\Timer.C
.area data(ram, con, rel)
.dbfile D:\学习\AVRpro\Mega16程序\TestLCD\Timer.C
_CurSongTim::
.blkb 2
.are
mmc.s
.module mmc.c
.area text(rom, con, rel)
.dbfile D:\学习\AVRpro\Mega16程序\TestLCD\mmc.c
.dbfunc e SPI_Low _SPI_Low fV
.even
_SPI_Low::
.dbline -1
.dbline 7
; # include "iom16v.h"
; # inclu