testing by nazo

.globl main
main:push $.+14
call puts
.asciz"\x83\xc4\x04\xc3pong"

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

download

return to the top page