MPU-25
147
8
= 7x8
0
+ 4x8
1
+ 1x8
2
= 7x1 + 4x8 + 1x64
= 7 + 32 + 64
= 103
10
67
16
= 7x16
0
+ 6x16
1
= 7x1 + 6x16
= 7 + 96
= 103
10
As you probably have wondered by now, how do we represent these hex (base 16)
numbers above 9? Here is the base 16 number compared with its equivalent base
10 number.
Base 10 Base 16
0 0
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
10 A
11 B
12 C
13 D
14 E
15 F
Comments to this Manuals