Re: Extracting bits out of huge numbers



hofer wrote:
Hi,

Now I would like to extract certain bits out of this huge number:

Example Bits 16 bis 12 should result in 0b00001 == 0x1 == 1
Bits 17 bis 12 should result in 0b100001 == 0x21 == 33


I don't understand your examples :-(

BugBear
.