How can I create an assembly function? How can I call it from c? Thanx..
"use the SRC directive and have the compiler generate a sample file from C that actually does what you want." As I said before, if you let the compiler do it, you can be certain that the compiler will generate code using all the correct conventions for 'C'-compatibility!