Have one requirement to pass one parameter from c to Assembly code. And it has to be done by using stack. Kindly provide one example code to pass the parameter from c to a assembly function.
The requirement is to pass one Parameter form C file to assembly function. The c file has to call the assembly function with one variable. How the assembly cod can access this parameter?