Big Endian and Little Endian - Bit Manipulation

Опубликовано: 22 Январь 2022
на канале: Firmware
1,559
47

Here we learn about Big-Endian and Little-Endian byte ordering, also known as Endianness of a machine. Given a multi-byte data type such as a 32-bit integer, there are two ways in which the data could be stored in machine memory. Some machines support the big-endian format and others support the little-endian format.
To help us remember, the Little-endian format is the opposite of our human writing style.
See bit swap problem here:    • How to Swap adjacent bits in a number...  

See Bit Manipulation Interview Preparation Series here:
   • Bit Manipulation Interview Series  

You could follow us on Facebook and Instagram:
Facebook :   / firmwarecode  
Instagram :   / firmwarecode  

#bitmanipulation #bitalgorithm