Inverse Quine by %20(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 +10(4b)
mark null
push +1(1b)
add
dup
push +32(6b)
sub
jzero null
dup
push +128(8b)
mod
putc
dup
push +136(8b)
sub
jneg null

download

return to the top page