Hi all,
I am gettting an unsigned integer from a table and i have to set that integer to a byte from the bits 4-7 since the bits 0-3 is already occupied, i dont want to disturb the bits 0-3 . the integer value is always less than 8. Can any1 help me out by simple example
I am gettting an unsigned integer from a table and i have to set that integer to a byte from the bits 4-7 since the bits 0-3 is already occupied, i dont want to disturb the bits 0-3 . the integer value is always less than 8. Can any1 help me out by simple example
Comment