• Non-Temporal Writes in SIMD Instruction set
    Note: This was originally posted on 21st March 2011 at http://forums.arm.com X-86 platform supports what they term as non-temporal writes. This just means stores from the registers to memory that do not...
  • translate
    i have a file bin than it read for arm micro please guide me how can I translate the binary code to assembly and C thanks
  • How to use #Pragma to change the specific file optimization level in IAR
    Static clustering for a specific file is creating issue. i want to exclude that specific file from optimizing to high level to no optimization. #pragma optimize= none :-Tried before the function definition...
  • Regarding translate option in Keil
    Hi, I am newbie to keil software. I wants to know the functinality of "translate" option in keil software. What this option will do if i have c file as source file or assembly as source file.
  • translating asm code
    Hello I want to start to build a project with 8031 MCU. I have all documentation and source code, but no success with translating to object code. I try with several programs and get different errors...