int j=42;

void _start(void)
{
  
__asm__ volatile("syscall" :: "a" (60), "D" (j) );


}