ref: b0561e50ec063be50dcd76fb3c1f6cd31dbd75fe
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