We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?