Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Big vs little endian ====== ===== Big endian ===== Most significant byte is stored at memory address with the lowest address. Example: 32 Bit integer is stored in 4 Bytes: 16909060 => Address 1000: x01, 1001: x02, 1002: x03, 1003: x04 ===== Little endian ===== Most significant byte is stored at memory address with the highest address. programming_languages/low_level.txt Last modified: 2018/08/24 20:48by phreazer