• ldmea vs ldmfd
    Sorry, what is difference between ldmea and ldmfd? I'm just a student who want to study arm assembly more haha... Thank You
  • warnings
    upon building my application in keil I get following warning *** WARNING L2: REFERENCE MADE TO UNRESOLVED EXTERNAL
  • warnings
    Hi, Why do I get these warnings? Are these warnings critical, and can they get the program to crash? assembling STARTUP.A51... linking... *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR...
  • RealView warning
    I have declared this variable : unsigned int Test; To set de MSB, i can make so : Test |= 0x80000000; it works ok, but if I make so : Test |= (1 << 31), the realview compiler claims : warning...
  • list of Warnings
    Hi, When comiling my source I get following warning : warning: #546-D: transfer of control bypasses initialization of: I have this warning in a switch statement. Where can I find a complete...