1
Where to start placing an ordinal numbering on a given byte, I start counting the most significant (the left )or the least significant (the right)?
For example for the decimal number 128 having the represntation in binary:
1000 0000
If I want to refer to eighth byte bit, who is the digit in question?
1 or 0 ?
It would be mode A or mode B?
Mode A
1000 0000
8765 4321
Mode B
1000 0000
1234 5678
I’m not sure I understand what you want, if it’s something conceptual, if it’s concrete. Concretely it’s much more complicated than that. I do not know if the question is not wide. Enumerate how? by the question I can only assume that is look there and count to 8 and get the desired digit.
– Maniero