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 do we pass variables from 'C' program to an assembly part included in the same program? Kindly help.
the easy way: create a skeleton function in C and use the generated .src as a template for the assembly.
Erik
Thanks,