• ENTRY directive for assembly code
    Hi, I am trying to understand the startup code and assembly language (more for learning and not for a specific project) for ARM Cortex M4. I made a project in KEIL with just one assembly file and added...
  • cross assembler
    Can the Cx51 be used as a cross assembler. If we write the C code can it be directly converted to assembly. How can we link aspire and Cx51 toolset
  • why SASX,SSAX,SADD16,SADD are not supported in ARMv8?
    Hi, actually i need to do the conversion of 32-bit into 64-bit while doing that i came to know that many of the instructions that supports in ARMv7 not supporting in ARMv8 example: RSB, SASX, SSAX, SADD16...
  • How to avoid a library being optimized out?
    Hello All, Lets say I have a library foo.a which inside has many object files (bar1.o, bar2.o .. barN.o). How can I tell the linker to not remove the unused sections of the complete library? Not all...
  • SEV instruction from C Compiler
    Hi Experts, Does the SEV instruction in the ARM V8 will be generated on compiling C program or it requires explicit inline ASM to invoke it. Regards, Techguyz