Data byte order
All many-byte data is stored in the memory in the "little engine" format, that is, the low byte is allocated at the low address and the high byte is allocated at the high address in accordance with the 80x86 processor architecture. For experienced programmers, it is useful to know this, if they want to use Windows API and DLL functions access
|