Inverse Quine by mitchs (no bin)

   \x09       

  
   \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 +128(8b)
mark null
push +1(1b)
sub
dup
push +32(6b)
sub
jzero null
dup
putc
push +9(4b)
copy +1(1b)
push +11(4b)
sub
jzero null
pop
jump null

download

return to the top page