• 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...
  • Learning curve + stability when upgrading to Armv8
    I've been putting it on hold because I've barely gotten used to Armv7 but i wondered how much of a learning curve it takes to get started on v8? Willl everything run smoothly or should I expect to do...
  • call an ASM function from a C function
    I wrote a C extension file program where my function is declared with C langage with parameters and writen in ASM langage: int MyFunc(int param1, int param2) { #asm ... ... #endasm } From...
  • Hex file for AT89S8252 with 8.5kb still make system run stability ! Why?
    AT89S8252 has got 8kb Flash. I've programed for an application. hex file was created with 8.5kb (over) but my system still run well. I don't know why. Who help me?
  • 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!