This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

creating assembly functions

How can I create an assembly function?

How can I call it from c?

Thanx..

Parents
  • "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!

Reply
  • "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!

Children
No data