ARM Overview: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Pancakes (talk | contribs)
m added ugly box about how newer ARM cores and likely even specific olders ones like V5 and V7 can support unaligned memory access
Solar (talk | contribs)
Line 233: Line 233:
===== Unaligned Memory Access And Byte Order =====
===== Unaligned Memory Access And Byte Order =====
{| border="1px"
{| border="1px"
| style="background-color: #eeeeee;" | Various and newer ARM cores supposedly support unaligned memory access, but a specific bit or two have to be set and unset int he program control registers. I have not checked if QEMU's emulation of the ARMv7 supports it. So keep this in mind.
| style="background-color: #eeeeee;" | Various newer ARM cores supposedly support unaligned memory access, but a specific bit or two have to be set and unset in the program control registers. I have not checked if QEMU's emulation of the ARMv7 supports this. So keep this in mind.
|}
|}