• 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 have only found tutorials on starring with the C code…

  • 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, but I'll take anything at this moment since all…

  • 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 anyone to do this work. Could you point me at anybody…

  • 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 specific to the version of ARM I'm using (in…

  • 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 same involving general purpose register. Can anyone…