This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Nibbles

i want to copy nibble from source to destination

 A     B
0101 1001 ; first data

 C    D
0011 0110 ; second data

i want to
copy A  to B, OR copy A  to C, OR copy A  to D
     OR
copy B  to A, OR copy B  to C, OR copy B  to D
     OR
copy C  to A, OR copy C  to B, OR copy C  to D
     OR
copy D  to A, OR copy D  to B, OR copy D  to C


how can i copy it


is it possible?????