Hi
I had a doubt about programming the arm7. In which scenario I should use explicitly Assembly language instructions while programming.
Thanks
There are a few examples then. As Anandshastry suggested, exception handlers (at least the first level handler) are usually written in assembler. Same goes for the vector table and initial reset handler.
We could add a few more examples to that list...
Hope this helps
Chris