Installation manual
Série 32 Mlift Vector - Prog.Vectorielle Installation manual Chapter VII - page 13
Hexadecimal addition table
Using the table:
Result in hex
01234 56789A BCDEF
0
0123
4 56789A BCDEF
1
1234
5 6789AB CDEF10
2
2345
6 789ABC DEF1011
3
3456
7 89ABCD E F 10 11 12
4
4 5 6 7 8 9 A B C D E F 10111213
5
5678
9 A B C D E F 10 11 12 13 14
6
6789
A B C D E F 101112131415
7
789A
B C D E F 10 11 12 13 14 15 16
8
89AB
C D E F 1011121314151617
9
9ABC
D E F 10 11 12 13 14 15 16 17 18
A
A B C D E F 10111213141516171819
B
B C D E F 101112131415161718191A
C
C D E F 10 11 12 13 14 15 16 17 18 19 1A 1B
D
D E F 101112131415161718191A1B1C
E
E F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D
F
F 101112131415161718191A1B1C1D1E
Result in decimal
0123456789ABCDEF
0
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
1
1 2 3 4 5 6 7 8 9 10111213141516
2
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
3
3 4 5 6 7 8 9 101112131415161718
4
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
5
5 6 7 8 9 1011121314151617181920
6
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
7
7 8 9 10111213141516171819202122
8
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
9
9 101112131415161718192021222324
A
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
B
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
C
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
D
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
E
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
F
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
To add 2 hexadecimal figures, locate one of these figures in the left-hand column. Follow the
corresponding row along to the right until the intersection with the column of the upper part where
the second figure is found. The value at the intersection is the desired sum.
For example, to add the hex numbers A and 4, find the intersection of the row which contains A in
the first column, with the column that contains 4 in the upper part. The sum of A and 4 is the value
at the intersection, i.e. E.
If you have to add 2 figure hex numbers, proceed figure by figure from right to left, and do not
forget the equivalent remainders. For example, to add the hex numbers1A and B2, add A to C
(result: 16 in hex), which thus gives a remainder of to 1, then add 1 and B (result equal to C), to
which add the remainder 1 to get the final result of D6.
The upper table gives the result in hex, the lower table gives the result in decimal.