Reversed 8bit numbers by teebee

for n=1to 256?r:r=xor(r,256-128/and(n,-n))next

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

download

return to the top page