numof 1 bits in 0 to 255 by %20

   \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)
mark null
dup
push +65(7b)
sub
jneg +0(0b)
push +17(5b)
sub
putc
ret
mark +0(0b)
dup
push +8(4b)
add
call null
push +9(4b)
add
jump null

download

return to the top page