• Grouping all string Literals in one pool in the binary image
    Note: This was originally posted on 20th June 2013 at http://forums.arm.com I am currently ramping up on ARM DS-5. I want to know if it is possible to ensure that all string literals and constants in...
  • Grouping all string Literals in one pool in the binary image
    Note: This was originally posted on 20th June 2013 at http://forums.arm.com I am currently ramping up on ARM DS-5. I want to know if it is possible to ensure that all string literals and constants in...
  • Literal evaluation messed up
    When I write the following in uVision, mov A, -2000 I want A to contain 0x30, as -2000 is 0xF830. Instead it contains 0x05. Is there any predefined macro to be able to treat a literal as sixteen...
  • Adding Unicode string literals
    Hi everyone, I have a question about adding support for foreign languages in my product (touch display). I want to add Chinese/Russian/German and a few other languages. My code workflow is as follows...
  • Literal evaluation messed up
    When I write the following in uVision, mov A, -2000 I want A to contain 0x30, as -2000 is 0xF830. Instead it contains 0x05. Is there any predefined macro to be able to treat a literal as sixteen...