im looking to check a binary value at a certin bit and determin if that bit is a 1 or a 0.
For example:
A = 10000000
B = 01111111
I want to check the first bit and if it is a 1 load it into one array and if the value is 0 load it into another array. the rest of the binary bits dont matter. Any ideas?