Freescale computers use big-endian vs. Intel computers which use littleendian representation (a fact). Therefore the following byte: 00100101 (0x28) will represent the decimal value 40 (2x16+8) on Freescale computers and the decimal value 130 (8x16+2) on Intel Computers [true/false]