char *s="Hello World!"; int main(){ asm( "mov $4, %eax;" "mov $1, %ebx;" "mov s, %ecx;" "mov $12, %edx;" "int $0x80;" "mov $0, %eax;" ); }