ref: 59bd5c1817e75e8f3c072c444958516691d75b6a
dir: /src/libc/arch/i386/crt-posix.s/
.globl _environ .comm _environ,4,4 .globl _start .text _start: movl %esp,%ebp leal 16(%ebp,%edi,8),%edx movl %edx,_environ pushl %edx leal 8(%ebp),%esi pushl %esi movl (%ebp),%edi pushl %edi call main movl %eax,%edi jmp exit