User`s guide

E-1
APPENDIX E
BIG ENDIAN TO LITTLE ENDIAN CONVERSION
The chart below provides the bit swap values and a conversion
formula.
The conversion process has two steps, first you swap the bits, then
you use the conversion chart above to convert the swapped bits to
the little endian format.
Table E-1. Big Endian To Little Endian Conversion Chart
Big Endian
value
Big Endian bits
Little Endian
bits
Little Endian
value
0 0000 0000 0
1 0001 1000 8
2 0010 0100 4
3 0011 1100 C
4 0100 0010 2
5 0101 1010 A
6 0110 0110 6
7 0111 1110 E
8 1000 0001 1
9 1001 1001 9
A 1010 0101 5
B 1011 1101 D
C 1100 0011 3
D 1101 1011 B
E 1110 0111 7
F 1111 1111 F