Big Endian vs Little Endian
Microprocessor architectures commonly use two different methods to store individual bytes in memory. This difference is referred to as “byte ordering” or “endianness”.
Little Endian
Intel x86 processors store a two-byte integer with the least sign...
heresy.hashnode.dev1 min read