mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
7 lines
157 B
C++
7 lines
157 B
C++
asm(".section .start,\"ax\",@progbits\n\t"
|
|
".globl\t_start\n"
|
|
"_start:\n\t"
|
|
"jmp\t1f\n1:\t"
|
|
"call\tmain\n\t"
|
|
"nop\n\t"
|
|
".previous");
|