We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?????