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