32 div 0 by nooodl

.globl main
s:.ascii"What do you want 32/0 to be?"
main:mov $4,%eax
mov $1,%ebx
mov $s,%ecx
mov $28,%edx
int $128

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

download

return to the top page