File:  [OS/2 SDKs] / os2sdk / demos / examples / dynlink / dyninit.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-1988, os2sdk-1987, HEAD
Microsoft OS/2 SDK 12-15-1987


; dyninit.asm
;
;   Created 17 August 1987 by Kevin Ruddell, Microsoft Corp
;
; Dynamic link library demo module with entry point to initialization routine.

	TITLE	dyninit

	.286p

EXTRN	INITROUTINE:FAR

	ASSUME	CS: _TEXT
_TEXT	SEGMENT  BYTE PUBLIC 'CODE'
START	PROC FAR

	call	INITROUTINE		; the real initialization routine
	ret	

START	ENDP
_TEXT	ENDS
END	START				; defines auto-init entry point

unix.superglobalmegacorp.com

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