Processors can number the bytes within a word to make the byte with the lowest number either the leftmost or rightmost one. The convention used by a machine is its byte order. MIPS processors can operate with either big-endian byte order:
| Byte # | |||
| 0 | 1 | 2 | 3 | 
| Byte # | |||
| 3 | 2 | 1 | 0 |