• Generate Assembly Code for ODROID-XU4
    So, I am working on a project in which I need to emulate the ARM A-15 processors Performance Registers. i.e. When a C program is run I need to determine how many instructions it ran, CPU cycles it took...
  • what did these  Assembly codes mean?
    Note: This was originally posted on 3rd February 2009 at http://forums.arm.com Dear all, i debugged my codes on AXD, and the microcontroller is arm7 s3c44b0. it ran well at the beginning, into the "main...
  • 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...
  • 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 ...
  • Assembler change immediate value of one assembly instruction
    I am using the KEIL MDK-5, assembly. The project compiles without some problems, but when i see the disassembly the assembler change the inmediate value Assembler substitute one instruction for another...