How do we pass variables from 'C' program to an assembly part included in the same program? Kindly help.
Please see the compiler 's mannual: C51.pdf -Chapter 3. Language Extensions
the easy way: create a skeleton function in C and use the generated .src as a template for the assembly.
Erik
Thanks,