does anybody have or know of a bit conversion table or program, or even a website, one that uses the bitwise operators.
for example, something that would give you the bit pattern to change:
1000 0000
to
10010100
using '|' '&' bitwise operators
so like if you know what pattern you start with and you know what pattern you need, a table or program gives you the 2nd bit pattern. need this more for haste instead of trying to calculate the needed bit pattern on my own. thanx in advance.



LinkBack URL
About LinkBacks



) 