|
|
|
|
|
by drob518
81 days ago
|
|
Well, sort of. Instruction fetch is always little-endian but data load/store can be flipped into big. But IIRC the standard profiles specify little, so it's pretty much always going to be little. But yea, technically speaking data load/store could be big. Maybe that's important for some embedded environments. |
|
ARM works the same way. And SPARC is the opposite, instructions are always big-endian, but data can be switched to little-endian.