I'm using the ARM MDK 4.1 kit, and need to call assembly functions from C, but for the life of me I cannot find any documentation describing how to do this. Is it possible? I'm developing for a Cortex-M3, so I can't inline the assembly, as it only uses thumb code.
Thanks! Stuart