main by msk

.globl main
s:.ascii"main"
main:mov $4,%eax\x0d
mov $1,%ebx\x0d
mov $s,%ecx\x0d
mov $4,%edx\x0d
int $128

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

download

return to the top page