I would like to pass a inter values to a assembly function from a 'C' main fucntion. can any body help me regarding this
"pass a inter values to a assembly function from a 'C' main fucntion." That's not inline assembler; that's calling between 'C' and assembler - which is a much better idea! Surprisingly enough, this is described in the Manual chapter titled, "Interfacing C to Assembler" http://www.keil.com/support/man/docs/c51/c51_ap_ctoasm.htm But what do you mean by, "a inter values"?