What Does Middle-Endian Mean?
The term “middle-endian” in IT describes a rather uncommon setup in computing hardware, where some minicomputers or other devices might store bytes of information in a less organized and consistent way than what is considered the industry standard. By contrast, in little-endian design, the computing architecture stores the most significant bytes at lower addresses. In a big-endian approach, the architecture stores the most significant bytes at higher addresses. A middle-endian approach happens when manufacturers use “perverse byte orders” (in the words of writers at the Jargon File) to encode the most significant bytes in the middle.
Techopedia Explains Middle-Endian
Middle-endian design is rather unusual. One reason is that the use of middle-endian design is likely to create something called a NUXI problem, where data transfer efforts between different machines with different byte orders could end up in failure. IT pros might talk about hardware as either big-endian, little-endian or “bytesexual” – a “bytesexual” machine can pass data in either format. However, middle-endian approaches are highly likely to cause these kinds of problems.