Originally posted by ggg:
Can anyone tell how 0xBD = 1011 1101 ?
Binary table is used:
0 0000
1 0001
2 0010
3 0011
4 0100
5 0101
6 0110
7 0111
8 1000
9 1001
A 1010
B 1011
C 1100
D 1101
E 1110
F 1111
Now, get this table if you each time push "1" from the right
- 0 and 1 leave 1
- 1 and 1 leave 0 AND 1 moves to the next column where you apply the same logic. Post if you need a bit more help.