Reversed 8bit numbers by teebee

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

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

download

return to the top page