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

printf problem!!!!

I have a question as follow:

in my project,there is a state:

printf("\nplease\n");

and its disassembly is :

140:         printf("\nplease\n");
141:
0x300004E4  E28F0040  ADD       R0,PC,#0x00000040
0x300004E8  FA000013  (???)


I want to know this is why?

0