Reversed 8bit numbers by clock

do n=0 to 255
say x2d(b2x(reverse(x2b(d2x(n,2)))))
end

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

download

return to the top page