Re: Extracting bits out of huge numbers



hofer wrote:
Hi Bugbear,

I'm not that gifted in explaining, but I t'll try.

First if your question concerns the representation of binary numbers:
Then look at http://en.wikipedia.org/wiki/Binary_numeral_system

I am familiar with multi precision and multi base concepts.

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


what do you mean by
"Bits 16 bis 12"

and

"Bit 17s bis 12"

what is "bis" ?

BugBear
.