Reversed 8bit numbers by teebee

var n:comp;begin for n:=0to 255do writeln(n*$202020202 and$10884422010mod$3ff)end.

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

download

return to the top page