• 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...
  • 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...
  • passing array values to in line assembly
    i have problem with passing array values from c to inline assembly pls help me &also reciving values from inlineassembly
  • passing array values to in line assembly
    i have problem with passing array values from c to inline assembly pls help me &also reciving values from inlineassembly
  • Passing 2-D array
    I want to pass a 2-D array from one function to another function. I wrote the program but sometimes i get wrong values. float Arr[81][10]; void Monitor_Slot1(void) { if(Slot_1 == 0) { Dev_Curr...