Nothing by tabasa

.globl main\x0d
main:\x0d
movl $4, %eax\x0d
movl $1, %ebx\x0d
movl $msg,%ecx\x0d
movl $9, %edx\x0d
int $0x80\x0d
ret\x0d
.data\x0d
msg: .ascii "*NOTHING*"

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page