News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Is it THAT important to know true binary?

Started by King_Lacho, February 24, 2005, 05:54:46 PM

Previous topic - Next topic

00100b

What I mean is that:

100b = 4d, not 001b (which is 1d)
101b = 5d, not 011b (which is 3d)
110b = 6d, not 111b (which is 7d)

That is unless I've totally misunderstood bit order and the base-2 number system altogether.  If so, then I need to change my nickname.  :wink