Hello,

What is the quickest way to invert the order of bits in an 8bit register? Currently I have data that is essentially backwards in order...IE, LSB is in the MSB poisition and MSB is in the LSB position.....

TempVar = 11011010, I want to flip it to this FinalVar= 01011011

Best Regards,
Nick