Y
Hacker News
new
|
ask
|
show
|
jobs
by
torginus
110 days ago
I thought all iterations of ARM are little endian, even going back as far to ARM7. same as x86?
The only big-endian popular arch in recent memory is PPC
1 comments
masklinn
110 days ago
AFAIK ARM is generally bi-endian, though systems using BE (whether BE32 or BE8) are few and far between.
link
kevin_thibedeau
110 days ago
It started as LE and added bi-endian with v3.
link