About 6,900,000 results
Open links in new tab
  1. How does the ARM architecture differ from x86? [closed]

    Feb 10, 2013 · Is the x86 Architecture specially designed to work with a keyboard while ARM expects to be mobile? What are the key differences between the two?

  2. How to detect 386, amd64, arm, or arm64 OS architecture via shell/bash

    Feb 8, 2018 · I'm looking for a POSIX shell/bash command to determine if the OS architecture is 386, amd64, arm, or arm64?

  3. ARM vs RISC and x86 vs CISC - Stack Overflow

    Jul 13, 2022 · By doing some researches I realized that ARM and RISC are used pretty much interchangably and the same goes for x86 and CISC. I understand that RISC and CISC are the …

  4. Differences between ARM architectures from a C programmer's …

    Dec 7, 2010 · The ARM world is a bit messy. For the C programmers, things are simple: all ARM architectures offer a regular, 32-bit with flat addressing programming model. As long as you stay with …

  5. boot - What is the booting process for ARM? - Stack Overflow

    May 26, 2011 · For ARM architecture, what is the booting process after use press the power button? This answer is mainly in the context or modern Cortex-A CPUs; there are a great variety of ARM …

  6. Differences between arm64 and aarch64 - Stack Overflow

    Aug 6, 2015 · 306 "AArch64" and "ARM64" refer to the same thing. AArch64 is the 64-bit state introduced in the Armv8-A architecture. The 32-bit state which is backwards compatible with Armv7 …

  7. How does memory mapped I/O (MMIO) work on ARM architectures?

    Oct 28, 2022 · I would like to understand how the MMIO works on ARM architecture. I realized that ARM provides 1:1 mapping from physical address to specific peripheral. For example, to manage the …

  8. What are the purposes of the ARM ABI and EABI? - Stack Overflow

    Nov 9, 2011 · In ARM architecture, it is knows as EABI (extended application binary interface). The ABI from before 2000 is known as OABI (old application binary interface), now this is obsolete.

  9. What registers to save in the ARM C calling convention?

    The ARM 64-bit architecture also has a further thirty-two registers, v0-v31, which can be used by SIMD and Floating-Point operations. The precise name of the register will change indicating the size of the …

  10. What is the difference between the ARM, Thumb and Thumb 2 …

    Feb 23, 2015 · 2-byte/4-byte opcodes by switching between ARM/Thumb modes Reference for this information: ARM Assembly Language Programming & Architecture Muhammad Ali Mazidi et al …