• 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...
  • UXTB only Thumb2?
    Note: This was originally posted on 12th February 2009 at http://forums.arm.com Hi All, Arm9 crashed on UXTB instruction because it is not able to decode it. It caused Undef-Instruction exception. I have...
  • 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...
  • ARM assembly
    I have to write an assembly code in arm (cortex A-8) ,which assigns a value passed by the user(pass by value) to a particular general purpose register(for example r0). my function looks like this ...
  • Thumb-1 assembler routines implementing some useful Thumb-2 instructions
    If you're using Cortex-M0+, I bet you miss some instructions from the more capable Thumb-2 instruction set. At least occasionally you have searched for routines from various places: books like Hacker...