代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/169979/5407971
asm load2.asm
.286
.model SMALL, C
; macro to call dpmi in ax
;
DPMI MACRO function
mov ax,function
int 31h
ENDM
; error check for dpmi-functions
; return -1 for dpmi 0.9
; for dpmi 1.0 replace w
www.eeworm.com/read/169979/5408085
asm dpmi16.asm
;
; DPMI16.ASM (c) Rainer Schnitker 91,92,93
;
;
; 16bit library for DPMI 0.9 calls
;
; define 'HAVE386' to use 32bit DPMI mode
;
.286
.model SMALL, C
; macro to call dpmi in ax
;
www.eeworm.com/read/169080/5428753
8 netstat.8
.\"
.\" netstat.8
.\"
.\" Original: (mdw@tc.cornell.edu & dc6iq@insu1.etec.uni-karlsruhe.de)
.\"
.\" Modified: Bernd.Eckenfels@inka.de
.\" Modified: Andi Kleen ak@muc.de
.\" Modified: Tuan Hoang tqh
www.eeworm.com/read/167185/5462605
sh marks.sh
#!/bin/sh
# This material contains unpublished, proprietary software of
# Entropic Research Laboratory, Inc. Any reproduction, distribution,
# or publication of this work must be authorized in writ
www.eeworm.com/read/167185/5462631
sh marks.sh
#!/bin/sh
# This material contains unpublished, proprietary software of
# Entropic Research Laboratory, Inc. Any reproduction, distribution,
# or publication of this work must be authorized in writ
www.eeworm.com/read/167046/5470626
s crtn.s
.file "initfini.c"
.section .init
.align 4
.global _init
.type _init, %function
.proc 020
ret
restore
.size _init, .-_init
.section .fini
.align 4
.global _fini
.type _fini, %function
www.eeworm.com/read/167046/5470638
s crti.s
.file "initfini.c"
.section .init
.align 4
.global _init
.type _init, %function
.proc 020
_init:
!#PROLOGUE# 0
save %sp, -104, %sp
.align 4
.section .fini
.align 4
.global _fini
.
www.eeworm.com/read/164931/5485776
tk node.tk
# OpenPBS (Portable Batch System) v2.3 Software License
#
# Copyright (c) 1999-2000 Veridian Information Solutions, Inc.
# All rights reserved.
#
# ------------------------------------------
www.eeworm.com/read/164931/5485778
tk cluster.tk
# OpenPBS (Portable Batch System) v2.3 Software License
#
# Copyright (c) 1999-2000 Veridian Information Solutions, Inc.
# All rights reserved.
#
# ------------------------------------------
www.eeworm.com/read/163987/5501728
pas mainform.pas
unit MainForm;
{ NOTE: to run this demo, compile the packages MyLabelPackage.dpk and JvInterpreter_MyLabelPackage.dpk (in this folder)
and move the generated bpl/dcp files to the demos output fold