[Solved] Explanation of HEX value representation and Endianess
Big or little endianness defines how to interpret a sequence of bytes longer than one byte and how to store those in memory. Wikipedia will help you with that. I was really just looking to understand how 0x0300020 when read 2 bytes at a time and reprinted yields 0 1 2. You don’t read 2 … Read more