• New developer guides for AArch64
    We (Arm's Support and Content Services teams) have been working on creating a Developer Guide for AArch64. They're aimed at anyone wanting a bare-metal focused introduction to the Armv8-A architecture...
  • luajit compilation on aarch64
    Hi, I am trying to build luajit on aarch64 platform. I have downloaded source from https://github.com/cbaylis/luajit-aarch64 . I am getting the below error when I compilled the source. root@node...
  • aarch64 instruction
    I have a build problem when use aarch64 instruction. I use ds5 for simulation, target CPU: Generic ARMv8-A AArch64 target FPU ARMv8(NEON & Crypto) others use default UMOV w5, v3.h[#2] index...
  • Assembly language examples of ARMv8 AArch64 instruction set
    Hello everyone, I hope to find some assembly language examples of ARMv8 AArch64 instruction set. Where can I find them? Thank you in advance !
  • How many ways to set a register 32 bit value?
    Hi, I find Arm has 16 bit immediate value load to register instruction, but it has no instruction to load 32 bit value to register. I am new to asm level programming. How many ways to load a register...