main by yowa

   \x09\x09 \x09\x09\x09 
   \x09\x09 \x09  \x09
   \x09\x09    \x09
   \x09\x09 \x09\x09 \x09

  
\x09
  
 

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

Disassemble:

push +110(7b)
push +105(7b)
push +97(7b)
push +109(7b)
mark null
putc
jump null

download

return to the top page