What is Little Endian


WORD : The value occupies two consecutive bytes, with the less significant byte first.
DWORD :The value occupies four consecutive bytes, with the least significant byte first and the other bytes in order of increasing significance.

Similar to how an Intel processor (or clone) needs to be addressed.