big vs little endian example
Example: little endian and big endian
memory stores in little endian (reversed bytes - low to high)
registers load into them in big endian (readable - high to low)
memory stores in little endian (reversed bytes - low to high)
registers load into them in big endian (readable - high to low)