• Development in Assembly Language
    Does anyone know where I can find the toolchain for developing apps on an A57 (Raspberry Pi 3) in Assembly Language? I am looking in particular for a Windows toolchain that will allow me to cross compile...
  • How to create jump-tables in Armv8 Arm32 assembly language?
    I've been learning Arm32 assembly on my Raspberry Pi recently and all is going well but I would like to create a jump table and have no idea how. The bl (branch and link) instruction needs an address...
  • What is the equivalent instruction for QSUB in ARMv8?
    This is sort of intriguing for me. I couldn't find any saturation instructions using  general purpose register in ARMv8. However, there are saturation instructions for Neon registers I couldn't find the...
  • 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 !
  • Starting with Arm assembly to obtain machine code
    I am trying to take an ARM LEGv8 assembly code to input into an assembler to obtain the machine code. I have been searching for tutorials on this for using Eclispe, but I have not. Even successful. I...