Inverse Quine by %20

   \x09 \x09 

  
   \x09
\x09    
    \x09     
\x09  \x09
\x09 
 
 \x09
   
    \x09\x09\x09\x09\x09\x09\x09
\x09  \x09
\x09\x09
\x00\x01\x02\x03\x04\x05\x06\x07\x08

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
putc
dup
push +127(7b)
sub
jneg null

download

return to the top page