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 to combine C and Assembly code and how to run this program in keil, please explain in step wise.
thanks Banu
You could use the complier directive -
__asm <assembly instruction> ;
OR __asm { <assembly instruction(s)> }
hope that helps.
Akshat
http://www.keil.com/support/man/docs/c51/c51_ap_ctoasm.htm
See also:
" href= "http://www.8052.com/forum/read.phtml?id=149030">www.8052.com/.../read.phtml