Hi
I had a doubt about programming the arm7. In which scenario I should use explicitly Assembly language instructions while programming.
Thanks
Hi Experts,I have just started with ARM assembly, I have written a program in assembly for toggling GPIO. The issue that I am facing is that the code works when I use several "nop" in place of "bl delay". The code goes below:
.equ IODIR0…
when swi instruction is executed at that time it is said that pc is not updated yet so it is pointing to instruction next to swi instruction for example
addr code
0x0000 swi 1000x0004 mov r1,r20x0008 mov r2,r3
so in this code when swi instruction…