Hacker News new | past | comments | ask | show | jobs | submit
Is it 32 or 64 bits on ARM64? Why not both?
ARM64 has a 32-bit word, even though the native pointer size and general register size is 64 bits. To access just the lower 32 bits of a register Xn you refer to it as Wn.