How to move the position of a certain bit within a byte(scitechexplained.com)
scitechexplained.com
How to move the position of a certain bit within a byte
http://www.scitechexplained.com/2011/02/how-to-move-the-position-of-a-certain-bit-within-a-byte-c-language/
You want to move bits inside a byte? Unfortunately, there aren’t any standard functions that deal with these sort of issues so we will have to use some smart and easy hacks.
0 comments
—