|
|
|
|
|
by niftich
3573 days ago
|
|
ARM (since v3) is bi-endian for data accesses and defaults to little. You can confirm this by searching the ARM Information Center [1] for 'support for mixed-endian data', but I can't get a working URL for that exact page. [1] http://infocenter.arm.com/help/index.jsp |
|