join lines by mskzzzz

.text
.globl main
4:cmpb\x09$10,(%ecx)
jne\x095f
3:main:
lea\x09(%esp),%ecx
1:xor\x09%ebx,%ebx
mov\x09%ebx,%edx
inc\x09%edx
5:lea\x093(%ebx),%eax
int\x09$128
inc\x09%ebx
jp\x093b
or\x09%eax,%eax
jne 4b
9:inc\x09%eax
int\x09$128

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

download

return to the top page