We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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!