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

How to know parameter list of an assembly function

I have a .a51 file in my project which has one public function. I dont know about the parameters of this function. How to know the parameter list of an assembly function.

Thanks,

  • The whole point of assembler is that it doesn't constrain you in any way - so there is no specific calling convention.

    The only way you can find what parameters an assembly function requires - if it isn't documented - is by looking closely at the code.