Annotation of os2sdk/demos/examples/dynlink/dyninit.asm, revision 1.1

1.1     ! root        1: 
        !             2: ; dyninit.asm
        !             3: ;
        !             4: ;   Created 17 August 1987 by Kevin Ruddell, Microsoft Corp
        !             5: ;
        !             6: ; Dynamic link library demo module with entry point to initialization routine.
        !             7: 
        !             8:        TITLE   dyninit
        !             9: 
        !            10:        .286p
        !            11: 
        !            12: EXTRN  INITROUTINE:FAR
        !            13: 
        !            14:        ASSUME  CS: _TEXT
        !            15: _TEXT  SEGMENT  BYTE PUBLIC 'CODE'
        !            16: START  PROC FAR
        !            17: 
        !            18:        call    INITROUTINE             ; the real initialization routine
        !            19:        ret     
        !            20: 
        !            21: START  ENDP
        !            22: _TEXT  ENDS
        !            23: 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.