32bit integer 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

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

Disassemble:

push -1(1b)
push -2147483648(32b)
dup
puti
push +32(6b)
dup
putc
push +116(7b)
putc
push +111(7b)
putc
putc
sub
puti

download

return to the top page