void _start(void) { static int i; __asm__ volatile("syscall" :: "a" (60), "D" (i) ); }