c5e34dab
1 2 3 4 5 6 7 8 9
__asm__("\ .text \n\ .global _start \n\ _start: \n\ xor %rbp,%rbp \n\ mov %rsp,%rdi \n\ andq $-16,%rsp \n\ call __cstart \n\ ");