Sorry, but there are no more tags available to filter with.
  • Pass in an immediate value to an inline assembly function

    Note: This was originally posted on 6th March 2009 at http://forums.arm.com

    Hi,

    I would like to pass in an immediate value to an inline assembly function, such as in this example:

    inline int foo(int a, int b, const int immed)
    {
       register int result;…