This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM7 Programming question!

Hi

I had a doubt about programming the arm7. In which scenario I should use explicitly Assembly language instructions while programming.

Thanks

Parents
  • We could add a few more examples to that list...

    • Access to machine registers like the CPSR
    • To use native machine instructions, like SIMD arithmetic, which do not map onto C syntax/semantics
    • In relatively rare cases, to achieve higher performance than the compiler can achieve

    Hope this helps

    Chris

Reply
  • We could add a few more examples to that list...

    • Access to machine registers like the CPSR
    • To use native machine instructions, like SIMD arithmetic, which do not map onto C syntax/semantics
    • In relatively rare cases, to achieve higher performance than the compiler can achieve

    Hope this helps

    Chris

Children
No data