• 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...
  • 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...
  • 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...
  • 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 ...
  • M4 (Thumb2) to M0+ (Thumb) assembly language
    I have spent a long time trying to find the fastest ARM M0+ macros for C code but I am trying to write an M0+ processor and I have discovered that for an MP3 decoder, the processors ability is it's speed...