home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / LIBSRC.ZOO / libsrc / local / crt0.s < prev    next >
Text File  |  1992-03-17  |  151b  |  12 lines

  1.    .text
  2. .globl __acrtused
  3.  
  4. .globl __astart
  5. __acrtused:
  6. __astart:
  7.    movl  %esp,%ebp
  8.    movl  16(%ebp), %esi
  9.    pushl %esi
  10.    call  _crt1
  11.  
  12.