• Calling ASM functions from C
    I'm using the uVision2 8051 eval version trying to see if it's worth leaving my normal asm enviroment. Natualy I have some asm functions that I would like to take with me, but I need to figure out how...
  • Calling ASM functions from C
    I'm using the uVision2 8051 eval version trying to see if it's worth leaving my normal asm enviroment. Natualy I have some asm functions that I would like to take with me, but I need to figure out how...
  • Stability of ASM function calls
    Say I have a function: unsigned char* func1(unsigned char param1, signed int param2); That would be an ASM function being called from C. The actual parameters and return type are rather irrelevant...
  • Stability of ASM function calls
    Say I have a function: unsigned char* func1(unsigned char param1, signed int param2); That would be an ASM function being called from C. The actual parameters and return type are rather irrelevant...
  • how to call a extern function within embedded ASM ?
    Note: This was originally posted on 4th June 2009 at http://forums.arm.com is it possibe to get the embedded assembly to call my function1()? How do I write this ? Thanks!