• ARMv8 Assembly Language IDE
    I'm currently using Windows Notepad to program my Raspberry Pi in assembly language and I run it through 'as' and 'ld' to create the binary output. I would like to use an editor that has syntax highlighting...
  • Aarch64 Port
    Hi all - not sure if this is the right place to ask, so feel free to remove if it isnt.... Im looking to get some 32bit arm assembler code ported to the armv8 architecture and am struggling to find...
  • AARCH64 assembly syntax for ARMCLANG
    Hello, where can I get documentation for the AARCH64 and NEON64 assembly syntax for armclang (internal assembler) I have some issues when compiling my GNU assembly code with armclang. For example, the...
  • 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...