Suppose we were looking at the bytes stored in memory using individual byte addresses to determine the value of a variable. For which of the following data types would we need to know the endian-ness of the processor? (Select all that apply.) code 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)