You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ARMv4t architecture is bi-endian, and is capable of switching between little endian and big endian mode on-the-fly. That said, none of the systems I've personally worked on have utilized this functionality, and never switch from little-endian mode.
Nonetheless, for the sake of completeness, there should be some way to toggle endianness in armv4t_emu.
The text was updated successfully, but these errors were encountered:
The ARMv4t architecture is bi-endian, and is capable of switching between little endian and big endian mode on-the-fly. That said, none of the systems I've personally worked on have utilized this functionality, and never switch from little-endian mode.
Nonetheless, for the sake of completeness, there should be some way to toggle endianness in
armv4t_emu
.The text was updated successfully, but these errors were encountered: