Where to start putting an ordinal number in a given byte, do I start counting the most significant (left) or least significant (right)?
For example for the decimal number 128 that has the binary representation:
1000 0000
If I want to refer to the eighth byte bit, who is the relevant digit? 1 or 0?
Would it be A-mode or B-mode?
Mode A
1000 0000
8765 4321
Mode B
1000 0000
1234 5678