代码搜索:Routine
找到约 10,000 项符合「Routine」的源代码
代码结果 10,000
www.eeworm.com/read/118033/6099946
asm ri61ffd.asm
page ,132
title. IT8661F Floppy Controller Runtime Functions
;*****************************************************************;
;***********************************************
www.eeworm.com/read/118033/6099950
asm ri61fca.asm
page ,132
title. ITE8661F Serial Port A Runtime Functions
;*****************************************************************;
;**************************************************
www.eeworm.com/read/118033/6099982
asm oemrun.asm
page ,132
title OEM RUNTIME HOOKS
;-----------------------------------------------------------------------;
; This file is derived from RUNTIME.ASM and NRUNTIME.ASM files. ;
; =================
www.eeworm.com/read/118033/6100014
asm ri61fcb.asm
page ,132
title. ITE8661F Serial Port B Runtime Functions
;*****************************************************************;
;**************************************************
www.eeworm.com/read/118033/6100015
asm ri61fir.asm
page ,132
title. IT8661F IR (Dedicate UART) Runtime Functions
;*****************************************************************;
;**********************************************
www.eeworm.com/read/118033/6100023
asm ri61flp.asm
page ,132
title. IT8661F Parallel Port Runtime Functions
;*****************************************************************;
;*******************************
www.eeworm.com/read/118033/6100024
asm ri61ffd.asm
page ,132
title. IT8661F Floppy Controller Runtime Functions
;*****************************************************************;
;***********************************************
www.eeworm.com/read/118033/6100028
asm ri61fca.asm
page ,132
title. ITE8661F Serial Port A Runtime Functions
;*****************************************************************;
;**************************************************
www.eeworm.com/read/118033/6100060
asm oemrun.asm
page ,132
title OEM RUNTIME HOOKS
;-----------------------------------------------------------------------;
; This file is derived from RUNTIME.ASM and NRUNTIME.ASM files. ;
; =================
www.eeworm.com/read/117181/6110948
c pxdb.c
#include
#ifdef PROTOTYPES
int callee (int x)
#else
int callee( x )
int x;
#endif
{
int y = x * x;
return (y - 2);
}
int main()
{
int i;
for (i = 1; i < 10; i++)
{