File:  [OS/2 SDKs] / os2sdk / startup / setargv.asm
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 12:25:13 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: os2sdk-1987, HEAD
Microsoft OS/2 SDK 12-15-1987

	TITLE	setargv - generic _setargv routine
;***
;setargv.asm - generic _setargv routine
;
;	Copyright (c) 1986-1987, Microsoft Corporation.  All rights reserved.
;
;Purpose:
;	Generic _setargv.
;	This stub module is for use with all memory models
;
;*******************************************************************************


include	version.inc
.xlist
include	cmacros.inc
.list

	public	__setargv	; this module

	extrn	___setargv:near	; actual wildcard expander

sBegin	code

	assumes	cs,code
;***
;_setargv - sets argv by calling __setargv
;
;Purpose:
;	Routine directly transfers to __setargv (defined in stdargv.asm).
;
;Entry:
;	See __setargv.
;
;Exit:
;	See __setargv.
;
;Uses:
;	See __setargv.
;
;Exceptions:
;	See __setargv.
;
;*******************************************************************************

__setargv:
	jmp	___setargv	; jump to library routine to do real work

sEnd	code

	end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.