1 2 3 4 5 6 7 8 9
// no dependencies no bss void entry(void) { __asm__ ( "mov $1, %eax\n" "mov $0, %ebx\n" "int $0x80\n" ); }