12-15-2008 06:11 PM
I need to create a Vi to change the 8 bits of a word as follow:
x18 = 00011000 and need to change to (xC0) 11000000 (the 3 firt bit nee to changed to final) now is
xF4 = 11110100 and needto change to (xA7) 10100111
Thank you guys
12-15-2008 06:14 PM - edited 12-15-2008 06:20 PM
Use "rotate" from the "numeric...data manipulation" palette.
12-15-2008 06:20 PM