Print ERROR by nooodl

.globl main\x0d
s:.ascii"ERROR"\x0d
main:mov $4,%eax\x0d
mov $1,%ebx\x0d
mov $s,%ecx\x0d
mov $5,%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