Hello Everyone,
I was looking at a C program from nuts & volts and it contained a lookup table, in it were bytes laid out like this 0b0000000, or 0b1100000 . . . and apparently these seem to be oposite of the PBP way of writing them, whereas 0b1100000 is equiv. to %00000011. Is this correct ?
Thank You
JS