ASCII Table by %20

   \x09     

  
 
 \x09
     \x09
\x09      \x09\x09\x09\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 +32(6b)
mark null
dup
putc
push +1(1b)
add
push +127(7b)
mod
dup
push +16(5b)
mod
jzero +0(0b)
push +32(6b)
putc
jump null
mark +0(0b)
push +10(4b)
putc
dup
jzero -0(0b)
jump null

download

return to the top page