Code:
echo " .file "main.c"
.section .rodata
.align 4
.LC0:
.string "Ein Fehler Wurde gefunden, was die Ausf\303\274hrung von Windows Beeintr\303\244chtigt!\nFehlerdetails: Sie besitzen Linux, sowas dulden wir garnicht, obwohl Bill Gates Ubuntu 12.04 Getauft hat!"
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushl %ebp
.cfi_def_cfa_offset 8
.cfi_offset 5, -8
movl %esp, %ebp
.cfi_def_cfa_register 5
andl $-16, %esp
subl $16, %esp
movl $.LC0, %eax
movl %eax, (%esp)
call printf
movl $0, %eax
leave
.cfi_restore 5
.cfi_def_cfa 4, 4
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1"
.section .note.GNU-stack,"",@progbits" > main.s
gcc main.s -o leunix
./leunix
Ich bin Unhappy das Windows dieses Programm in Linux intigrieren ließ!